advent-of-code/2015/lean/lakefile.lean

13 lines
231 B
Plaintext
Raw Normal View History

2024-07-24 22:51:48 +02:00
import Lake
open Lake DSL
package «aoc2015» where
-- add package configuration options here
lean_lib «Aoc2015» where
-- add library configuration options here
@[default_target]
lean_exe «aoc2015» where
root := `Main