7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
module main
|
|
|
|
func main(): i32 {
|
|
core::println("Hello, world!")
|
|
core::println("Hello" + "World")
|
|
return 0
|
|
} |