diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-01 12:55:38 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-01 12:55:38 +0100 |
commit | bd82dc679199db7bbcd3a8d8757730822b997440 (patch) | |
tree | 8859930fa81f4bbc718f7f5a1dcc6c2cdbed4b79 /2021/day16/makefile | |
parent | 4bfd90a11af7c1e597c4e30bbd6d7e1818911562 (diff) |
day16
Diffstat (limited to '2021/day16/makefile')
-rw-r--r-- | 2021/day16/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day16/makefile b/2021/day16/makefile new file mode 100644 index 0000000..635131f --- /dev/null +++ b/2021/day16/makefile @@ -0,0 +1,2 @@ +all day16.cpp: + g++ -std=c++20 day16.cpp -o day16 |