go1.go 72 B

123456
  1. package main
  2. import "fmt"
  3. func main(){
  4. fmt.Println("hello world 1")
  5. }