advent-of-code/2023/01
2024-12-08 21:34:32 +01:00
..
rust old stuff 2024-12-08 21:34:32 +01:00
typescript 2023 01 ts 2023-12-02 00:28:10 +01:00
README.md 2023 01 ts 2023-12-02 00:28:10 +01:00

01

  • First, in the B, was replacing all letters, which did work for the test data, but not the input. Then I just actually searched fof the first and last occurrence.
Solutions
  1. 54605
  2. 55429