Skip to content

Commit

Permalink
Update nob.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed May 6, 2024
1 parent c53db1e commit c29e7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ int main(int argc, char* argv[])
build_cpp_file("adventofcode/2023/day/01/trebuchet.cpp");
#endif
build_cpp_file("adventofcode/2023/day/02/cube_conundrum.cpp");
build_cpp_file("adventofcode/2022/day/25/snafu.cpp"sv);
build_cpp_file("adventofcode/2022/day/25/snafu.cpp");
}

0 comments on commit c29e7f0

Please sign in to comment.