package main
import "fmt" //一定要双引号
func main() {
/* test hello word */
//test

fmt.Println("hello world!")

}


go run helloworld.go


 
                    
            
                

相关文章:

  • 2022-12-23
  • 2021-07-26
  • 2021-12-16
  • 2021-09-24
  • 2021-10-30
  • 2021-12-08
  • 2021-09-11
  • 2021-07-29
猜你喜欢
  • 2021-04-29
  • 2021-07-05
  • 2021-12-03
  • 2021-10-19
  • 2021-04-03
  • 2022-01-06
  • 2022-12-23
相关资源
相似解决方案