Skip to content

futoase/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

691c990 · Oct 17, 2013

History

19 Commits
Oct 14, 2013
Sep 16, 2013
Oct 14, 2013
Sep 15, 2013
Oct 17, 2013
Oct 13, 2013
Oct 14, 2013
Sep 16, 2013
Oct 14, 2013
Oct 14, 2013

Repository files navigation

Build Status

fizzbuzz

fizzbuzz

How to install

> easy_install PyFizzBuzz

How to use

> fizzbuzz 15
1
2
Fizz
4
Buzz
Fizz
7
8
Fizz
Buzz
11
Fizz
13
14
FizzBuzz

> bizzbuzz 15
1
2
Bizz
4
Buzz
Bizz
7
8
Bizz
Buzz
11
Bizz
13
14
BizzBuzz

setup.py option

build

> python setup.py build

cleanup

> python setup.py clean --all

License

MIT.

Bitdeli Badge