Skip to content

Commit cb79a02

Browse files
committed
Update README.md
1 parent b9af144 commit cb79a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Text
9898
---------
9999

100100
**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”.
101-
[[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)
101+
[[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)
102102

103103
**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)
104104
[[xanderlewis(Python)]](https://github.com/xanderlewis/Python-Projects-Solutions/blob/master/ReverseString.py)

0 commit comments

Comments
 (0)