Commit graph

5 commits

Author SHA1 Message Date
34a89c44f7
feat: solve part 1 2024-12-05 10:36:32 +01:00
94526545f9
feat: Add Part 2 summary to Day 3 README 2024-12-03 14:18:45 +01:00
b6e64a1b37
chore: add input for day 2 2024-12-02 08:01:00 +01:00
cb337993ce
rename folder to day01 2024-12-01 18:22:31 +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