summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/src/hello/hello.go
blob: 73d83e646f9f4d8a1cd444289eeb6e01486868c0 (plain)
1
2
3
4
5
package main

func main() {
	println("hello, world")
}