Finish Memory boiler plate

This commit is contained in:
Tyler Perkins
2021-09-16 19:03:12 -04:00
parent 2cfd43e2d7
commit 102ba39a6d
8 changed files with 820 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ FLAGS = -pipe
CFLAGS = -Wall
CFLAGS += -Ofast
CFLAGS += -std=c++17
CFLAGS += -std=c++20
#CFLAGS += -g
#CFLAGS += -pg