第一个程序

接下来让我们来写第一个程序,照例 Hello world

package main

import "fmt"

func main ()  {
  fmt.Println("Hello World")
}

results matching ""

    No results matching ""