schala/source_files/schala/first.schala

10 lines
69 B
Plaintext

fn main() {
const a = 10
const b = 20
a + b
}
print(main())