博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
开启Golang编程第一章
阅读量:5214 次
发布时间:2019-06-14

本文共 334 字,大约阅读时间需要 1 分钟。

Go is an open source programming language that makes it easy to build simple,reliable, and effcient software.

Try Go

package mainimport "fmt"func main() {    fmt.Println("Hello, 世界")}

 

https://tour.golang.org/welcome/1

体会:和C/C++、C#、java类似的语言,好基友推荐学习的语言,emmm第一步还是蛮简单的。

好吧第一个花括号不能换行,哈哈哈哈。

转载于:https://www.cnblogs.com/landv/p/9830512.html

你可能感兴趣的文章
Jzoj4747 被粉碎的线段树
查看>>
day02-格式化输出
查看>>
面向对象(一)
查看>>
登陆框中用到的验证码
查看>>
Python进程学习笔记-multiprocessing模块
查看>>
课堂练习----一个整数数组中最大子数组的和(1)
查看>>
Pushing Boxes POJ - 1475 (嵌套bfs)
查看>>
[Spring boot] Integrating with h2 database
查看>>
[RxJS] Filtering operators: takeUntil, takeWhile
查看>>
[Angular-Scaled web] 3. Basic State with ui-router
查看>>
sql必知必会(第四版) 学习笔记二 视图
查看>>
javaweb----part5 jsp
查看>>
jmeter的csv data set confg实现指定行读取
查看>>
P1832 A+B Problem(再升级)
查看>>
1191 数轴染色
查看>>
Sql Server 2005主机和镜像切换SQL语句
查看>>
TensorFlow 变量初始化
查看>>
关于nodejs 假设httpserver,会发现一次网页打开,服务端会响应两次的问题;
查看>>
关于JPA动态SQL查询
查看>>
kettle学习 安装部署简单使用
查看>>