Added day 4, part 1 and 2.

This commit is contained in:
David Vereb
2022-12-06 08:56:28 -05:00
parent be4347ab5f
commit 87161b6375
3 changed files with 1081 additions and 0 deletions

2
2022/4/Makefile Normal file
View File

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