Skip to content

Commit 4d103f4

Browse files
committed
update go
1 parent fdd3a1e commit 4d103f4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

go/main.go go/hello.go

File renamed without changes.

go/readme.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Golang Hello World
2+
3+
golang is a programming language that is developed by Google.
4+
5+
you can found golang at: [https://golang.org/](https://golang.org/)
6+
7+
# run the program
8+
9+
you need to install golang first.
10+
11+
you can found how to install golang at: [https://golang.org/dl/](https://golang.org/dl/)
12+
13+
for run the program, you can use the command:
14+
15+
```
16+
go run hello.go
17+
```

0 commit comments

Comments
 (0)