1package main
2
3func main() {
4	println("hello, world")
5}
6