Skip to content

The repo for the kata 03/2014 for the Coding Dojo of PHP User Group of Rome

Notifications You must be signed in to change notification settings

leopro/pugroma-kata-03-2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Context

You're a dev and you have to join on a new project, called Kata.
The code base of the project is already in a repo.
So, first you must get the code and run the tests to be sure you're up.

Setup

  • fork the repo
  • clone your fork in local: git clone [email protected]:your_github_name/pugroma-kata-03-2014.git pugroma-kata-03-2014
  • install composer: curl -sS https://getcomposer.org/installer | php
  • install dependencies (phpunit): php composer.phar install --dev
  • run test suite: bin/phpunit
  • if tests are greens, you're up and ready to go

Kata

http://codingdojo.org/cgi-bin/index.pl?KataFizzBuzz

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?".

About

The repo for the kata 03/2014 for the Coding Dojo of PHP User Group of Rome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages