Day 4 was MUCH easier than REGEX DAY 3.

This commit is contained in:
David Vereb
2024-12-04 11:16:51 -05:00
parent c4d14c613d
commit 8fb1a7d95c
4 changed files with 321 additions and 0 deletions

2
2024/4/Makefile Normal file
View File

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