Go to file
MasterofJOKers 30c0c2b42f day08 Add part 1
Took multiple seconds to run, so I wonder if there's a more efficient
way to do this. Maybe would be better to have a Vec<Vec<usize>> instead
of putting all lines after each other.
2022-12-20 23:16:30 +01:00
day01 Add day01 2022-12-15 16:58:38 +01:00
day02 day02: Add part 2 2022-12-15 18:03:37 +01:00
day03 day03: Make it solve part 2 instead 2022-12-16 18:50:29 +01:00
day04 day04: Change implementation for part 2 2022-12-18 16:55:34 +01:00
day05 day05: Changes for part 2 2022-12-18 18:31:23 +01:00
day06 day06: Make more generic and add part 2 with it 2022-12-19 14:38:32 +01:00
day07 day07: Changes for part 2 2022-12-20 00:48:04 +01:00
day08 day08 Add part 1 2022-12-20 23:16:30 +01:00