Retried 2023 Day 1 Part 2 after Becky mentioned we never did it. It isn't optimized, but it's done.

This commit is contained in:
David Vereb
2024-12-06 16:49:48 -05:00
parent 86476f7ff0
commit 156f1e7dac
9 changed files with 1247 additions and 112 deletions

2
2023/1_old/Makefile Normal file
View File

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