C++ infrastructure

This commit is contained in:
2022-02-22 03:46:44 -05:00
parent 20ed114766
commit 2bd7fdac52
21 changed files with 6239 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
debug:
g++ -g3 -O0 server/server.cpp server/table.cpp -o a.out -Wall -Wextra -Wpedantic