hello_world1.go 76 B

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