Work on 3.

This commit is contained in:
David Vereb
2024-12-03 18:10:04 -05:00
parent f3e0917a38
commit 2317ec628a
4 changed files with 90 additions and 0 deletions

2
2024/3/Makefile Normal file
View File

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