init, 2015 & 2016

This commit is contained in:
2025-11-14 07:14:53 -08:00
commit ef109439e6
124 changed files with 14861 additions and 0 deletions

9
2015/build.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh -e
mkdir -p build
cd build
cmake ..
make
cp advent ..
cp compile_commands.json ..
cd ..