A collection of personal and technical notes.
View the Project on GitHub arantebw/sketchpad
g++ -std=<version> file.cpp -o <output_dir>
Compiles a single file.cpp program.
file.cpp