RosettaCodeData/Task/Hello-world-Text/Never/hello-world-text.never
2023-07-01 13:44:08 -04:00

4 lines
59 B
Text

func main() -> int {
prints("Hello world!\n");
0
}