1
1
mirror of https://github.com/theoludwig/advent_of_code.git synced 2025-05-18 19:27:51 +02:00

docs: clean up instructions

This commit is contained in:
2023-12-01 13:26:19 +01:00
parent 88dbcbbc05
commit 0c6ebb6ad4
2 changed files with 3 additions and 15 deletions

View File

@ -11,7 +11,7 @@ cd day_1
cargo run
```
*Note:* The solutions are not necessarily optimized for performance or readability, but rather for completing the challenge successfully.
**Note:** The solutions are not necessarily optimized for performance or readability, but rather for completing the challenge successfully.
## License