index
:
go-pr.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
blob: b1b14d0c797c1bd1f0d324b743d6c19635c2f713 (
plain
)
1
2
3
4
5
6
7
package
main
import
"fmt"
func
main
() {
fmt
.
Println
(
"Hello World!"
)
}