schala/source_files/schala/first.schala

9 lines
68 B
Plaintext

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