mirror of
https://github.com/theoludwig/advent_of_code_2023.git
synced 2024-10-29 22:17:19 +01:00
docs: clean up instructions
This commit is contained in:
parent
88dbcbbc05
commit
0c6ebb6ad4
@ -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
|
||||
|
||||
|
@ -2,19 +2,7 @@
|
||||
|
||||
Source: <https://adventofcode.com/2023/day/1>
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Prerequisites
|
||||
|
||||
[Rust](https://www.rust-lang.org/) v1.74.0
|
||||
|
||||
### Run
|
||||
|
||||
```sh
|
||||
cargo run
|
||||
```
|
||||
|
||||
## Instructions
|
||||
## Instructions - Part 1
|
||||
|
||||
Something is wrong with global snow production, and you've been selected to take a look. The Elves have even given you a map; on it, they've used stars to mark the top fifty locations that are likely to be having problems.
|
||||
|
||||
@ -47,7 +35,7 @@ Your puzzle answer was `55130`.
|
||||
|
||||
**The first half of this puzzle is complete! It provides one gold star: `*`.**
|
||||
|
||||
### Part Two
|
||||
## Instructions - Part 2
|
||||
|
||||
Your calculation isn't quite right. It looks like some of the digits are actually **spelled out with letters**: `one`, `two`, `three`, `four`, `five`, `six`, `seven`, `eight`, and `nine` **also** count as valid "digits".
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user