deimos-lang/examples/hello_42.dm

5 lines
75 B
Plaintext

use std::core::println
fn main(args: Array<String>)
let hello = 42
end