Add README.md

main
Eric 2025-06-13 08:26:57 +02:00
parent 93a40f4f91
commit db7aad6fda
No known key found for this signature in database
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

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