Initial commit.

This commit is contained in:
David Vereb
2019-03-29 16:59:38 -04:00
commit 1a012f519b
3 changed files with 76 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
a.out: main.cpp
clang++ -std=c++11 -g main.cpp -lncurses