Sign in
go
/
go.git
/
0ebf6ce087388cdd501a02ff92f2f8cafc3e1378
/
.
/
src
/
cmd
/
objdump
/
testdata
/
fmthello.go
blob: 635db7ae6c12cddfaa837d9770a225b9225e4ada [
file
] [
log
] [
blame
]
package main
import "fmt"
func main() {
fmt.Println("hello, world")
}