Added some shit

This commit is contained in:
plane000
2018-05-03 20:40:19 +01:00
parent ea36004d22
commit c5dee88e80
15 changed files with 410 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
all: main.cpp
g++ -g -Wall -o main main.cpp
clean:
$(RM) main