schala/source_files/first.schala
greg b18c2eee96 Fixed bug w/ lines in functions
Also improved debugging
2018-07-26 00:52:45 -07:00

9 lines
61 B
Plaintext

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