lean4-htt/examples/hello/lakefile.lean
2022-10-18 21:34:51 -04:00

11 lines
111 B
Text

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