Part 1 of day 9 complete.

This commit is contained in:
2022-12-17 14:02:12 -05:00
parent b9cb43378c
commit 68552d259d
4 changed files with 2147 additions and 0 deletions

2
2022/9/Makefile Normal file
View File

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