reid-llvm/reid/examples/reid/strings.reid
2025-07-14 17:19:10 +03:00

8 lines
67 B
Plaintext

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