lean4-htt/examples/hello/lakefile.lean
2022-06-09 16:38:07 -04:00

9 lines
94 B
Text

import Lake
open Lake DSL
package hello
@[defaultTarget]
lean_exe hello {
root := `Main
}