Files
lila/examples/hello.lila

4 lines
40 B
Plaintext

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