reid-llvm/reid_src/strings.reid
2025-07-14 17:38:05 +03:00

8 lines
71 B
Plaintext

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