package main func fizzbuzz() { // ? } // don't touch below this line func main() { fizzbuzz() }