mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-12-11 00:21:24 +01:00
feat(challenges): add fizzbuzz
This commit is contained in:
1
challenges/fizzbuzz/test/1/input.txt
Normal file
1
challenges/fizzbuzz/test/1/input.txt
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
5
challenges/fizzbuzz/test/1/output.txt
Normal file
5
challenges/fizzbuzz/test/1/output.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
1
|
||||
2
|
||||
Fizz
|
||||
4
|
||||
Buzz
|
||||
Reference in New Issue
Block a user