index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
objdump
/
testdata
/
fmthello.go
blob: 635db7ae6c12cddfaa837d9770a225b9225e4ada (
plain
)
1
2
3
4
5
6
7
package
main
import
"fmt"
func
main
() {
fmt
.
Println
(
"hello, world"
)
}