From bfface06d073d9b4eb8de310371cdc8b1315f6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:53:55 +0100 Subject: [PATCH] docs: add example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index decdfd5..a155efa 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,9 @@ This runs all solutions sequentially and prints output to the command-line. Same ### ➡️ Benchmark your solutions ```sh +# example: `cargo time 8 --store` +cargo time [--all] [--store] + # output: # Day 08 # ------