func main()

in jcbwlkr/main.go [9:13]


func main() {
	for i := 0; i < 11; i++ {
		fmt.Println("Hello, Gerrit!")
	}
}