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