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

https://github.com/dleidert/sololearn

SoloLearn Code Coach challenge solutions in Ruby
https://github.com/dleidert/sololearn

Last synced: 3 months ago
JSON representation

SoloLearn Code Coach challenge solutions in Ruby

Awesome Lists containing this project

README

        

# sololearn

[![License](https://img.shields.io/github/license/dleidert/sololearn.svg)](https://raw.githubusercontent.com/dleidert/sololearn/master/LICENSE)
![Language](https://img.shields.io/github/languages/top/dleidert/sololearn.svg)
[![Build Status](https://travis-ci.org/dleidert/sololearn.svg?branch=master)](https://travis-ci.org/dleidert/sololearn)

These are solutions to [SoloLearn's](https://www.sololearn.com/) Code Coach
challenges written in Ruby. The test cases are those shown as example and those
openly used by SoloLearn.

## License

All examples are put into public domain, see [LICENSE](LICENSE).

## Tests

If you have ever wondered how to test a ruby script which gets input from a
user with rspec, then checkout the [spec](/spec) directory.

## Writing the code on a computer

I use [scrcpy](https://github.com/Genymobile/scrcpy) and connect my phone to
the PC. I can even run the programs locally and copy it to the phone later.