cpp-course

Project 1

Setup a basic command line program. Compile with the following

$ g++ -Wall -std=c++14 main.cpp -o main.out

Run the program

$ ./main.out