I'm not sure why I'm awake, so I'll do this tomorrow.

This commit is contained in:
2024-12-07 01:57:47 -05:00
parent 156f1e7dac
commit ddcf072281
3 changed files with 60 additions and 0 deletions

2
2024/7/Makefile Normal file
View File

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