Skip to content

Commit

Permalink
Add documentation links and short message for AtCoder compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
statiolake committed Nov 6, 2022
1 parent 59447ef commit b923707
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion proconio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Easy IO library for competitive programming.

`proconio` provides an easy way to read values from stdin (or other source). The main is `input!` macro.
`proconio` provides an easy way to read values from stdin (or other source). The main is `input!` macro.

The macro's user interface is basically the same with [tanakh's input macro](https://qiita.com/tanakh/items/0ba42c7ca36cd29d0ac8).

Expand All @@ -23,3 +23,14 @@ println!("{} {} {}", n, m, l);
```

For more details, see documentation.

- [Documentation for latest v0.3](https://docs.rs/proconio/0.3)
v0.3.x is AtCoder 2020 compatible version.
- [Documentation for latest version](https://docs.rs/proconio)
The latest version containing new features and bug fixes.

## AtCoder 2020 compatibility

The latest version (v0.4.x) has some incompatible new features and bug fixes
with the version in AtCoder 2020 judge server. We strongly recommend that you
use v0.3.x in your local environment too.

0 comments on commit b923707

Please sign in to comment.