C plus plus practice
1.0.0
C ++を使用して問題解決を練習するためのファイル
g++ fileName.cpp
or
g++ -o outputName fileName.cpp
./a.out (Use this to execute the program if you used the first command to compile the code)
./outputName (Use this to execute the program if you used the second command to compile the code)