An open API service indexing awesome lists of open source software.

https://github.com/korosuke613/atcoder

My AtCoder problems.
https://github.com/korosuke613/atcoder

atcoder deno rust

Last synced: 3 months ago
JSON representation

My AtCoder problems.

Awesome Lists containing this project

README

          

# atcoder
My AtCoder problems.

## Require
- Deno
- Rust

## Setup
Create a .rs file and add the bin configuration to Cargo.toml.
```
./setup.sh
```

Example: `./setup.sh https://atcoder.jp/contests/abs/tasks/abc081_b`.

## Run
```
./run.sh
```

Example: `./run.sh https://atcoder.jp/contests/abs/tasks/abc081_b`.

## Asakatsu
Create a commit and pull request.

```
./asakatsu.sh
```

Example: `./asakatsu.sh 2021 10 11`.