Files
2026-04-28 15:27:55 +02:00

6 lines
59 B
Plaintext

func main() {
print("Hello ")
println("World!")
}