Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 229 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 229 Bytes

Jane Street Puzzle Solvers

Solutions

October 2024:

g++ -std=c++20 -O2 -o solution oct-2024.cpp && ./solution

January 2025:

clang++ -std=c++20 -O2 -o solution jan-2025.cpp && ./solution