-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bcddee
commit 790083b
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
# submitter | ||
Tool to submit to online judges dirrectly from command line | ||
|
||
## Prerequesties | ||
You would need [rust](https://www.rust-lang.org/tools/install) and [docker](https://docs.docker.com/desktop/) | ||
|
||
## Installation | ||
``` | ||
cargo install --git https://github.com/EgorKulikov/submitter | ||
``` | ||
|
||
## Usage | ||
``` | ||
submitter <task url> <language> <path to solution> | ||
``` | ||
|
||
## Supported sites | ||
|
||
At the moment following is supported: | ||
|
||
- Codefoces | ||
- Codechef | ||
- Yandex Contest | ||
|
||
Short term plans: | ||
|
||
- AtCoder | ||
- Universal Cup | ||
- Luogo |