Sign in
go
/
oscar
/
2c8d5b7771c789e9d15c848ca417ff240deb70e9
/
.
/
internal
/
codeimage
/
testdata
/
hello-world.go
blob: 91cca4fb7ac55582fca61cef77e1ab1116a69397 [
file
]
package main
import "fmt"
func main() {
fmt.Println("Hello, world.")
}