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

5 lines
59 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
func main() -> int {
prints("Hello world!\n");
0
}