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
- Host: GitHub
- URL: https://github.com/dleidert/sololearn
- Owner: dleidert
- License: unlicense
- Created: 2020-04-14T09:26:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T22:01:04.000Z (about 5 years ago)
- Last Synced: 2025-01-12T01:15:00.333Z (4 months ago)
- Language: Ruby
- Homepage: https://www.sololearn.com/
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: Security.rb
Awesome Lists containing this project
README
# sololearn
[](https://raw.githubusercontent.com/dleidert/sololearn/master/LICENSE)

[](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.