Added day 10, but then the queue popped in FACEIT.

This commit is contained in:
2022-12-18 23:34:18 -05:00
parent ad3e9e42bb
commit 03b991a582
3 changed files with 177 additions and 0 deletions

2
2022/10/Makefile Normal file
View File

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