Day 8 attempt 1 is proof that I should get some sleep. I totally forgot about a couple things and this is hack-n-slashed together nonsense.

This commit is contained in:
2022-12-08 23:57:49 -05:00
parent 2139a01252
commit 39111a9d6a
3 changed files with 264 additions and 0 deletions

2
2022/8/Makefile Normal file
View File

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