mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Update README.
README now includes a small graphic with the lines of code per day.
This commit is contained in:
@@ -6,3 +6,15 @@ having everything in a single executable.
|
||||
|
||||
To run day 1: `cargo run -- 1`. Other options can be seen with the
|
||||
`--help` flag. The program will by default read its input from stdin.
|
||||
|
||||
## Simulations
|
||||
|
||||
This year's edition is very simulation-heavy. Thus, code written for
|
||||
those days tends to be very long. To illustrate this, I have created the
|
||||
graph below. Can you guess which days had a large simulation?
|
||||
|
||||

|
||||
|
||||
The code to produce this graph is included in the `other` directory, and
|
||||
should be compatible with most peoples repo set-ups, so you can share
|
||||
your pain. If it is not, please let me know.
|
||||
|
||||
Reference in New Issue
Block a user