https://github.com/povilasb/cracklepop
CracklePop number generator in ruby
https://github.com/povilasb/cracklepop
Last synced: 3 months ago
JSON representation
CracklePop number generator in ruby
- Host: GitHub
- URL: https://github.com/povilasb/cracklepop
- Owner: povilasb
- Created: 2016-01-02T15:46:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T08:03:05.000Z (over 9 years ago)
- Last Synced: 2025-03-16T00:14:23.950Z (3 months ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=====
About
=====.. image:: https://codeclimate.com/github/povilasb/cracklepop/badges/issue_count.svg
`CracklePop` is a toy sequence generator that prints out the numbers 1 to 100
(inclusive). If the number is divisible by 3, print Crackle instead of the
number. If it's divisible by 5, print Pop. If it's divisible by both 3 and 5,
print CracklePop.Generate the numbers::
$ ruby cracklepop.rb