reid-llvm/examples/strings.reid

8 lines
71 B
Plaintext

fn main() -> u16 {
let hello = "beep boop grw";
return 5;
}