https://github.com/andrewstuart/hr
A HackerRank cli client for faster and offline self-improvement
https://github.com/andrewstuart/hr
cli golang hackerrank
Last synced: 8 months ago
JSON representation
A HackerRank cli client for faster and offline self-improvement
- Host: GitHub
- URL: https://github.com/andrewstuart/hr
- Owner: andrewstuart
- License: apache-2.0
- Created: 2017-05-30T23:31:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T23:16:33.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T20:44:29.172Z (12 months ago)
- Topics: cli, golang, hackerrank
- Language: Go
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hr is a hackerrank local cli
```bash
Usage:
hr [command]
Available Commands:
get download the challenge
next go to the next challenge
submit submit a challenge
Flags:
-c, --contest string the contest containing the challenge (default "master")
-d, --debug debug the chatter
-f, --force allow overwriting main
-l, --language string perform a challenge in a specific language (default "golang")
Use "hr [command] --help" for more information about a command.
```