mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-17 18:51:17 +00:00
first
This commit is contained in:
11
course/7-loops/exercises/4-loops_fizzbuzz/code.go
Normal file
11
course/7-loops/exercises/4-loops_fizzbuzz/code.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
func fizzbuzz() {
|
||||
// ?
|
||||
}
|
||||
|
||||
// don't touch below this line
|
||||
|
||||
func main() {
|
||||
fizzbuzz()
|
||||
}
|
||||
Reference in New Issue
Block a user