An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# puppy-euler--ruby-

![ruby](https://github.com/dankreiger/puppy-euler--ruby-/actions/workflows/ruby.yml/badge.svg)
![js](https://github.com/dankreiger/puppy-euler--ruby-/actions/workflows/node.yml/badge.svg)

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
```