Added Generic/99Bottles: php and Generic/HelloWorld: php, ruby, c

This commit is contained in:
FuryFire
2012-03-21 13:37:47 +01:00
parent 9bf8ea1c17
commit a858aaadda
8 changed files with 57 additions and 2 deletions

View File

@ -1,5 +1,5 @@
title: FizzBuzz
url: http://projecteuler.net/problem=1
url: http://imranontech.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/
desc: The classical coding challenge. 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.