Commit Graph

2 Commits

Author SHA1 Message Date
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