Initial Commit. WIP!

This commit is contained in:
2019-03-31 17:40:37 -05:00
commit be3e90c0ed
5 changed files with 246 additions and 0 deletions

2
Makefile Normal file
View File

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