Commit graph

5 commits

Author SHA1 Message Date
dbbe753072
feat: Add Day 2 solution for reactor report safety analysis 2024-12-02 07:54:17 +01:00
03401f61a8
feat: Add README.md for Day 2 Advent of Code 2024 challenge 2024-12-02 07:32:45 +01:00
cb337993ce
rename folder to day01 2024-12-01 18:22:31 +01:00
ebf68345ad
refactor: Move Day 1 tests to dedicated test file and simplify main test suite
fix bug
2024-12-01 18:18:02 +01:00
ac7eea0f9b
feat: Reorganize project structure for Day 1 solution
This commit:
- Moves input files to priv/inputs/day1/
- Creates solutions directory in lib/advent_code2024/solutions/
- Adds README.md with problem description
- Updates module and import paths
- Removes old directory structure
2024-12-01 18:10:25 +01:00