This project contains my personal C and C++ solutions for variety problems that I've written while at university or when learning new things. Also following steps in the below you can easily setup C/C++ development environment in VS Code.

  1. Download and install msys64 - https://www.msys2.org/
  2. Download and install VS Code - https://code.visualstudio.com/download
  3. Instal C/C++ extension - https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
  4. Create executables folder inside root folder
  5. Run helloworld.c or helloworld.cpp