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