prcn_lib 0.2.1

private library for atcoder
Documentation
# My Competitive Programming Library for AtCoder

## In your `Cargo.toml`

```toml
[dependencies]
prcn_lib = "0.2.0"
```

## To use preludeā€¦

```rs
use prcn_lib::prelide::*;
```