This website requires JavaScript.
Explore
Help
Sign In
Heyo
/
Go
Watch
1
Star
0
Fork
You've already forked Go
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
heyo
Go
/
heyo.go
6 lines
91 B
Go
Raw
Permalink
Blame
History
// Hello world in Go
package
main
import
"fmt"
func
main
(
)
{
fmt
.
Printf
(
"Hello World\n"
)
}
Reference in New Issue
View Git Blame
Copy Permalink