Added some missing old files and new day2 of 2024.

This commit is contained in:
David Vereb
2024-12-02 14:07:39 -05:00
parent 450b9c790b
commit f7083ef726
12 changed files with 2379 additions and 0 deletions

2
2023/1/Makefile Normal file
View File

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