diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-03 13:02:15 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-03 13:02:15 +0100 |
commit | e1f77dc050610fd0df8695fc27dbf817b752ad9a (patch) | |
tree | 790266375ed871ef34065fb3d66b9df9e8d1d095 /2021/day18/makefile | |
parent | f6234c926b911f4fb44498ab58529d8e85807457 (diff) |
day18
Diffstat (limited to '2021/day18/makefile')
-rw-r--r-- | 2021/day18/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day18/makefile b/2021/day18/makefile new file mode 100644 index 0000000..055a0d8 --- /dev/null +++ b/2021/day18/makefile @@ -0,0 +1,2 @@ +all day18: + g++ -std=c++20 day18.cpp -o day18 |