Added solution to Day 5 Part 1.

This commit is contained in:
David Vereb
2024-12-05 09:51:02 -05:00
parent 8fb1a7d95c
commit 80555c4d9c
4 changed files with 1548 additions and 0 deletions

2
2024/5/Makefile Normal file
View File

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