docs: update usage section

This commit is contained in:
Felix Spöttel 2022-10-18 11:31:43 +02:00
parent a9dcb53c4a
commit d30cd82753
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ cargo scaffold <day>
# Created empty input file "src/inputs/01.txt"
# Created empty example file "src/examples/01.txt"
# ---
# 🎄 Type `cargo run --bin 01` to run your solution.
# 🎄 Type `cargo day 01` to run your solution.
```
Individual solutions live in the `./src/bin/` directory as separate binaries.