Commit graph

2 commits

Author SHA1 Message Date
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
d382b3e31c
feat: Add file reading and parsing functions for Day 1 puzzle solution 2024-12-01 10:05:51 +01:00