Files
zern/examples/hello.zr
2026-07-01 14:43:39 +02:00

5 lines
71 B
Plaintext

include "std/io.zr"
func main[] : i64
io.println("Hello, World!")