diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-24 09:53:42 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-24 09:53:42 +0100 |
commit | 923918a20efb15c9314bf5c621fe8744e3377a58 (patch) | |
tree | 4c5b452905dec49c85aa16a8c8123fd7c77f5ad5 /2021/day23/makefile | |
parent | 9cd7b3e4c051775782494a9e5bb66fbfd2144608 (diff) |
day23
Diffstat (limited to '2021/day23/makefile')
-rw-r--r-- | 2021/day23/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day23/makefile b/2021/day23/makefile new file mode 100644 index 0000000..c2d4e55 --- /dev/null +++ b/2021/day23/makefile @@ -0,0 +1,2 @@ +all day23: + g++ -std=c++20 day23.cpp -o day23 |