Skip to content

Commit b1d2cc2

Browse files
committedDec 15, 2024
Use -std=c++20 for day 15
1 parent 6f7d1e4 commit b1d2cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎day15/derivation.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
buildPhase = ''
77
mkdir -p out
8-
$CXX -o out/day15 day15.cpp
8+
$CXX -o out/day15 -std=c++20 day15.cpp
99
'';
1010

1111
installPhase = ''

0 commit comments

Comments
 (0)
Please sign in to comment.