This commit is contained in:
2019-04-01 17:47:16 -05:00
parent 860a237faa
commit bc4a271d17
4 changed files with 105 additions and 58 deletions

View File

@@ -1,2 +1,2 @@
mathprac: main.cpp Problem.cpp
mathprac: main.cpp Problem.cpp Problem.h
clang++ -o mathprac -std=c++11 -g main.cpp Problem.cpp -lncurses