reid-llvm/examples/breaking.reid

6 lines
88 B
Plaintext

import std::String;
import std::print;
fn main() {
print(String::new() + "hello")
}