RosettaCodeData/Task/Hello-world-Text/Never/hello-world-text.never

5 lines
59 B
Plaintext

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