func main()

in example/hello.go [9:11]


func main() {
	fmt.Printf("the time is %s", displayer{clock.C}.formatted())
}