Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 437 Bytes

Readme.md

File metadata and controls

13 lines (8 loc) · 437 Bytes

Solutions written in Lean 4.

Source files: Aoc/Day<N>.lean

  • Build: lake build day<N>
  • Run: ./build/bin/day<N>

If you are interested in learning lean4: Official Docs.

One final TODO: rewrite all partial functions as total functions!