GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-golang
/
01_hello
Transfer to URL with SHA
Find file
Newer
Older
tree:
6e5a74193b
Switch branches
×
master
01_hello
/ hello.go
yhornisse
on 24 Sep 2021
74 bytes
add array sample
Raw
Blame
History
package main import "fmt" func main() { fmt.Println("Hello, World") }