Skip to content

Commit 99b0dd5

Browse files
author
Karan Goel
committed
Merge pull request karan#375 from danman1979/patch-1
Update README.md
2 parents 6dbf3b1 + cb79a02 commit 99b0dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Text
100100
---------
101101

102102
**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”.
103-
[[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)
103+
[[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)
104104

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

0 commit comments

Comments
 (0)