This website requires JavaScript.
Explore
Help
Register
Sign In
dugulp
/
GolangStudy
Watch
1
Star
1
Fork
You've already forked GolangStudy
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c87729bc95
GolangStudy
/
day3
/
hello.go
8 lines
73 B
Go
Raw
Blame
History
package
main
import
"fmt"
func
main
(
)
{
fmt
.
Println
(
"hello world!"
)
}
Reference in New Issue
View Git Blame
Copy Permalink