lila/examples/hello.lila

3 lines
40 B
Text

fn main() {
println("Hello there!");
}