7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
func main() {
|
|
print(20, " and ", 40)
|
|
println("!")
|
|
|
|
println(50, " and ", 50)
|
|
}
|