diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-16 14:05:06 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-16 14:05:06 +0100 |
commit | bd13e34b93d67a60012fb56a38f4319070668031 (patch) | |
tree | c43ca9b56e1bb332fcc9f4965c8df3f828071e6d /2021/day19/makefile | |
parent | e1f77dc050610fd0df8695fc27dbf817b752ad9a (diff) |
day19
Diffstat (limited to '2021/day19/makefile')
-rw-r--r-- | 2021/day19/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day19/makefile b/2021/day19/makefile new file mode 100644 index 0000000..a0b09fe --- /dev/null +++ b/2021/day19/makefile @@ -0,0 +1,2 @@ +all day19.cpp: + g++ -std=c++20 day19.cpp -o day19 |