Added part one of day four, plus a few 2020's from my laptop.

This commit is contained in:
2021-12-06 22:32:30 -05:00
parent c426ab7008
commit e4ba946041
9 changed files with 1993 additions and 0 deletions

2
2020/2/Makefile Normal file
View File

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