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

View File

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