5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
include "std/io.zr"
|
|
|
|
func main[] : i64
|
|
io.println("Hello, World!")
|