https://github.com/dankreiger/puppy-euler--ruby-
ruby solutions to puppy euler
https://github.com/dankreiger/puppy-euler--ruby-
project-euler ruby
Last synced: 3 days ago
JSON representation
ruby solutions to puppy euler
- Host: GitHub
- URL: https://github.com/dankreiger/puppy-euler--ruby-
- Owner: dankreiger
- Created: 2014-07-26T19:59:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T15:19:13.000Z (about 1 year ago)
- Last Synced: 2024-12-24T16:25:12.184Z (about 1 year ago)
- Topics: project-euler, ruby
- Language: Ruby
- Homepage:
- Size: 204 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puppy-euler--ruby-


ruby/js solutions to puppy euler
```ruby
def puppy_euler__ruby_
1.upto(9) { |i| puts "\033[3#{i}m#{(['bark'].zip(['woof'],['wau'],['waggle'],['hol das bällchen']) * 9000).flatten}\033[0m" }
end
puppy_euler__ruby_
```
---
```sh
(\_\^^__o .
`-'\ ` / `(
| \_____|
| | _
./`,----./~| . . . - ()
```
## Do it
```sh
yarn start
```
## Run ruby tests
```sh
yarn test:rb
```
## Run js tests
```sh
yarn test:js
```