Initial commit.

This commit is contained in:
David Vereb
2020-12-03 11:43:51 -05:00
commit a7280c44a3
3 changed files with 86 additions and 0 deletions

2
Makefile Normal file
View File

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