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