diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbeb558 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Finds peaks and valley + +Attempt to https://mastodon.social/@rustaceans/114658003852556715 + +## Run + +Just + +``` +cargo test +``` + +or + +``` +cargo nextest run +``