Skip to content

Commit

Permalink
2023: Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Dec 16, 2023
1 parent c397f5c commit 1ce547b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2023/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Only Linux has been tested. Other platforms might just work though.
## Compile & run

```bash
cargo test
cargo test --release
```

Use e.g. `cargo test day01::part01` for running a specific test.
Use e.g. `cargo test day01::part01 -- --nocapture` for running a specific test.

0 comments on commit 1ce547b

Please sign in to comment.