9 lines
94 B
Text
9 lines
94 B
Text
import Lake
|
|
open Lake DSL
|
|
|
|
package hello
|
|
|
|
@[defaultTarget]
|
|
lean_exe hello {
|
|
root := `Main
|
|
}
|