adventofcode2023/day1
2023-12-18 15:57:19 +01:00
..
example.txt Add .gitignore and main.go with input parsing logic 2023-12-18 14:33:45 +01:00
example2.txt Add functionality to parse and add spelled out numbers 2023-12-18 15:27:51 +01:00
part1.go Add functionality to parse and add spelled out numbers 2023-12-18 15:27:51 +01:00
part2.go Refactor parseSpelledDigit to parseDigit and handle both spelled digits and regular digits 2023-12-18 15:57:19 +01:00