reid-llvm/reid_src/hello_world.reid

8 lines
82 B
Plaintext

import std::print;
fn main() -> i32 {
print("hello world");
return 0;
}