wasm-lang/test/t5.broken

8 lines
133 B
Text
Raw Permalink Normal View History

2023-10-22 20:20:04 +00:00
fn main() {
let x = "example string!\n";
let y = "another str.\n";
print(x);
print(y);
print("Hello, world!");
}