6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
|
|
func main() {
|
|
print("Hello ")
|
|
println("World!")
|
|
}
|