GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-golang
/
01_hello
Browse code
refactor
master
1 parent
97bf2c4
commit
8961c63892f01ef1dc6e0286e03732936feb31a0
yhornisse
authored
on 20 Sep 2021
Patch
Showing
1 changed file
hello.go
Ignore Space
Show notes
View
hello.go
package main import "fmt" func main() { fmt.Println("Hello, World") }
package main import "fmt" func main() { fmt.Printf("Hello, World\n") }
Show line notes below