reid-llvm/reid_src/strings.reid

8 lines
67 B
Plaintext

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