- Fork repository with task pattern.
- Open replit.com.
- Authorize in Replit via Github account.
- Click "New repl" -> "Import from GitHub" -> pass link to your fork.
- Enjoy!
OR just create a new Ruby Repl and copy files.
-
Run this code in Replit.
-
Wait until server has started.
-
Then Replit's browser frame opens above console. Copy link from it and use it for registration in the system.
-
Open Quize server.
-
Register with link of your replit server.
-
Copy generated token to
lib/solver.rb#6:10
Quize server sends POST requests with quize task to your Replit server. Your server should solve this task and make POST request to the Quize server with the answer. Check lib/solver.rb
for details!
Your task is to change Solver's code in that way, when it solves all quize tasks correctly and fastly.
All needed data you can find in data/
.