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.
- Host: GitHub
- URL: https://github.com/korosuke613/atcoder
- Owner: korosuke613
- License: mit
- Created: 2021-10-06T13:10:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T22:32:42.000Z (over 4 years ago)
- Last Synced: 2025-01-18T20:05:53.633Z (about 1 year ago)
- Topics: atcoder, deno, rust
- Language: Rust
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.