reid-llvm/reid/easiest.reid

8 lines
107 B
Plaintext

// Hello, comment here!
fn main() {
let hello = 32;
let beep =
hello ;
return beep;
}