Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 461 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 461 Bytes

codeforces_problem_generator

Task Randomizer

This command line tool scrapes the list of tasks from Codeforces website (http://www.codeforces.com/).

To compile the file, run:

go build && task_randomizer.exe

To run a binary without Golang, run:

task_randomizer.exe --help

For usage instructions and examples, run binary with --help flag:

task_randomizer.exe --help

Made by @oceanm7n