5 lines
59 B
Text
5 lines
59 B
Text
|
|
func main() -> int {
|
||
|
|
prints("Hello world!\n");
|
||
|
|
0
|
||
|
|
}
|