docs: update usage section
This commit is contained in:
parent
a9dcb53c4a
commit
d30cd82753
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ cargo scaffold <day>
|
||||||
# Created empty input file "src/inputs/01.txt"
|
# Created empty input file "src/inputs/01.txt"
|
||||||
# Created empty example file "src/examples/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.
|
Individual solutions live in the `./src/bin/` directory as separate binaries.
|
||||||
|
|
Loading…
Add table
Reference in a new issue