Commit Graph

5 Commits

Author SHA1 Message Date
c1d915a55b 2023(2): WIP add regex for capturing sets of a game 2023-12-03 00:15:16 +01:00
1070824dc9 2023(2): Setup day 2 2023-12-02 23:14:28 +01:00
4d95eabd78 2023(1): My god, here is some WET code 2023-12-02 23:12:20 +01:00
1c17fcede7 2023(1): Treat written digits as digits
This is wrong, though, as cases like `oneight` should return `83` whereas
I replace the `one`s first, so that `1ight` will remain that way.

See <https://www.reddit.com/r/adventofcode/comments/1884fpl/2023_day_1for_those_who_stuck_on_part_2/>.
2023-12-02 22:03:52 +01:00
ce39b976ab Initial commit: solve 2023 day 1
This is my very first piece of Rust code. When it compiled for the first
time, the result was what it should be, so I am happy :-).

It did take me > 1 hour to solve this...
2023-12-02 21:40:27 +01:00