mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-17 10:41:17 +00:00
12 lines
101 B
Go
12 lines
101 B
Go
package main
|
|
|
|
func fizzbuzz() {
|
|
// ?
|
|
}
|
|
|
|
// don't touch below this line
|
|
|
|
func main() {
|
|
fizzbuzz()
|
|
}
|