Day 6 Part 1.

This commit is contained in:
David Vereb
2024-12-06 10:07:14 -05:00
parent f0a86a6479
commit f9c90b42de
4 changed files with 317 additions and 0 deletions

2
2024/6/Makefile Normal file
View File

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