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.
- Download and install msys64 - https://www.msys2.org/
- Download and install VS Code - https://code.visualstudio.com/download
- Instal C/C++ extension - https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
- Create
executables
folder inside root folder - Run helloworld.c or helloworld.cpp