diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-18 10:24:42 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-18 10:24:42 +0100 |
commit | 56509440241fd8cdb624096d997f7cf08bc147f0 (patch) | |
tree | 1c08c645b051d5bdd979d2a94e35091e3e2daaf6 /2021/day21/makefile | |
parent | 5ea75fa9d49183b29ae70c30b1c8372e58f4bcf3 (diff) |
day21
Diffstat (limited to '2021/day21/makefile')
-rw-r--r-- | 2021/day21/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day21/makefile b/2021/day21/makefile new file mode 100644 index 0000000..512e963 --- /dev/null +++ b/2021/day21/makefile @@ -0,0 +1,2 @@ +all day21: + g++ -std=c++20 day21.cpp -o day21 |