随笔分类 -  Golang

摘要:开发环境: go1.18.3 记事本 先来看一下要编写的第一个hello,world Go程序 package main import "fmt" func main() { /* this is my first Go program*/ fmt.Println("hello,world") } 阅读全文
posted @ 2023-06-26 18:27 JackLovey3 阅读(6) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示