Initial commit. Only letters work\!

This commit is contained in:
David Vereb
2018-11-14 15:03:31 -05:00
commit 8a446ba22a
3 changed files with 24 additions and 0 deletions

2
Makefile Normal file
View File

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