8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
module main
|
|
|
|
func main(): i32
|
|
{
|
|
core::print("Hello, world")
|
|
return 0
|
|
}
|