8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
import std::print;
|
|
|
|
fn main() -> i32 {
|
|
print("hello world");
|
|
|
|
return 0;
|
|
}
|