diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-07 22:39:15 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-07 22:39:15 +0100 |
commit | 42e3a9ce16fc988133f6ca85f8e35a94a2dc305e (patch) | |
tree | 34c13508766f9143bf38778019ff3486788b8225 /2021/day11/makefile | |
parent | 0cadb2319cf7b937918df7071a810d28d769a465 (diff) |
day11
Diffstat (limited to '2021/day11/makefile')
-rw-r--r-- | 2021/day11/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day11/makefile b/2021/day11/makefile new file mode 100644 index 0000000..7614d42 --- /dev/null +++ b/2021/day11/makefile @@ -0,0 +1,2 @@ +all day11.cpp: + g++ -std=c++20 -o day11 day11.cpp |