Added 11 to repo, empty.

This commit is contained in:
David Vereb
2022-12-20 15:46:56 -05:00
parent f80787cadb
commit 450b9c790b
3 changed files with 86 additions and 0 deletions

2
2022/11/Makefile Normal file
View File

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