diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-21 12:06:11 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-21 12:06:11 +0100 |
commit | 9cd7b3e4c051775782494a9e5bb66fbfd2144608 (patch) | |
tree | 3a975f1568adeff8ad4d6008b8c4e4baa4c53928 /2021/day22/makefile | |
parent | 56509440241fd8cdb624096d997f7cf08bc147f0 (diff) |
day22
Diffstat (limited to '2021/day22/makefile')
-rw-r--r-- | 2021/day22/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day22/makefile b/2021/day22/makefile new file mode 100644 index 0000000..63c6e04 --- /dev/null +++ b/2021/day22/makefile @@ -0,0 +1,2 @@ +all day22.cpp: + g++ -std=c++20 day22.cpp -o day22 |