hello_world1.go 84 B

1234567
  1. // hello_world1.go
  2. package main
  3. func main() {
  4. println("Hello", "world")
  5. }