Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorKulikov authored Nov 21, 2024
1 parent 0bcddee commit 790083b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
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

0 comments on commit 790083b

Please sign in to comment.