peaks-and-valleys/README.md

18 lines
157 B
Markdown

# Finds peaks and valley
Attempt to https://mastodon.social/@rustaceans/114658003852556715
## Run
Just
```
cargo test
```
or
```
cargo nextest run
```