Skip to content

anurudhp/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!