package main import ( "fmt" ) func main() { fmt.Println("Hello,world!!!--2019年4月10日") fmt.Println(c) }
本文展示了一个使用Go语言实现的简单程序,该程序输出'Hello, world!!!--2019年4月10日'到控制台。此外,代码中还包含了一个未定义变量c的打印操作。
package main import ( "fmt" ) func main() { fmt.Println("Hello,world!!!--2019年4月10日") fmt.Println(c) }
转载于:https://www.cnblogs.com/tingguoguoyo/p/10691657.html

被折叠的 条评论
为什么被折叠?