Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Text
---------

**Fizz Buzz** - Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.
[[eush77(Befunge)]](https://github.com/eush77/Projects-Solutions/blob/solutions/Befunge/fizzbuzz.bf) [[sethlugibihl (Python)]](https://github.com/sethlugibihl/Python-Solutions/blob/master/FizzBuzz.py)[[viktorahlstrom (Java)]](https://github.com/viktorahlstrom/all/blob/master/java/fizzbuzz.java) [[baarb (JavaScript)]](https://github.com/baarb/FizzBuzzSolution/blob/master/FizzBuzzSolution.js)[[korabum (Python)]](https://github.com/korabum/Projects/blob/master/Text/fizzbuzz.py)[[danman1979(JavaScript)]](https://github.com/danman1979/FizzBuzz/blob/master/fizzBuzz.js)
[[eush77(Befunge)]](https://github.com/eush77/Projects-Solutions/blob/solutions/Befunge/fizzbuzz.bf) [[sethlugibihl (Python)]](https://github.com/sethlugibihl/Python-Solutions/blob/master/FizzBuzz.py)[[viktorahlstrom (Java)]](https://github.com/viktorahlstrom/all/blob/master/java/fizzbuzz.java) [[baarb (JavaScript)]](https://github.com/baarb/FizzBuzzSolution/blob/master/FizzBuzzSolution.js)[[korabum (Python)]](https://github.com/korabum/Projects/blob/master/Text/fizzbuzz.py)[[danman1979(JavaScript)]](https://github.com/danman1979/FizzBuzz/blob/master/fizzBuzz.js)[[nrchilders (C)]](https://github.com/nrchilders/fizzbuzz)

**Reverse a String** - Enter a string and the program will reverse it and print it out. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/text_projects/string_editing.py) [[JLukeC (Python)]](https://github.com/jLukeC/mega-project-list/blob/master/python/reverse_string.py) [[JLukeC (Java)]](https://github.com/jLukeC/mega-project-list/blob/master/java/src/projects/ReverseString.java) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Text/Reverse.hs)[[ross-t (Python)]](https://github.com/ross-t/stringgnirts/blob/master/reverser.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Text/reverse_a_string.rb) [[jotaki (C)]](https://github.com/jotaki/mini-projects/blob/master/strings/reverse.c) [[taycaldwell (Java)]](https://github.com/taycaldwell/Projects/blob/master/Text/reverse_string.java) [[anggiaj (Go)]](https://github.com/anggiaj/Projects/blob/master/Text/reverse.go) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Text/00.%20Reverse%20a%20String.js) [[edeng (Java)]](https://github.com/edeng/Problems/blob/master/ReverseString.java) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Text/reverse.c) [[Tartuffe1(Python)]](https://github.com/Tartuffe1/Projects/blob/master/Text/reverse_word.py) [[dawitelias (Javascript)]](https://github.com/dawitelias/Projects/blob/master/Text/reverseString.js) [[bhaskar4n(Android)]](https://github.com/bhaskar4n/ReverseString-Android) [[rasppie (Python)]](https://github.com/rasppie/pyprojects/blob/master/string_reverse.py)
[[xanderlewis(Python)]](https://github.com/xanderlewis/Python-Projects-Solutions/blob/master/ReverseString.py)
Expand Down