Thanks to @peicasey for compiling for macOS!
Instructions
Only Linux (incl. WSL) and macOS is supported for now
- Download the release file.
- Rename it to
run
(for convenience when typing./run
). - Copy/move it to your project's root folder. Your
*.cpp
files can either just be in the root folder itself or be in a subdirectory namedsrc
. - Open a terminal in your project's root folder, or change the directory of an existing terminal to your project's root folder.
- Run the command
./run
to compile and run your code!