https://github.com/nullnull/nlp100-ruby
https://github.com/nullnull/nlp100-ruby
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nullnull/nlp100-ruby
- Owner: nullnull
- Created: 2020-04-08T11:27:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T20:31:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T23:37:05.908Z (about 1 year ago)
- Language: Ruby
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nlp100-ruby
The answers for [NLP 100 Excercise 2020](https://nlp100.github.io/en/) by ruby!
## How to exercise
```sh
# setup
$ docker-compose build
$ docker-compose run ruby bundle install
# run
$ docker-compose up -d
$ docker-compose exec ruby ruby excercise/1_warmp_up/00_reversed_string.rb
```