🍝
Find a file
2025-12-08 14:01:30 +01:00
go feat: solve day 8 part 2 2025-12-08 14:01:30 +01:00
rust feat: solve day 5 part 1 megaspag 2025-01-02 12:13:26 +01:00
typescript chore: remove typescript related file 2024-08-11 14:12:06 +02:00
LICENSE chore: create license 2023-12-01 13:13:53 +01:00
README.md docs: remove icons from project structure 2023-12-06 18:07:57 +01:00

advent-of-code

🍝

project structure

advent-of-code
└── [language]
    └── year-2023
        ├── day-01
        │   ├── input
        │   │   ├── example-part-1
        │   │   ├── example-part-2
        │   │   ├── input-part-1
        │   │   └── input-part-2
        │   └── solution
        │       ├── problem-part-1.ts
        │       └── problem-part-2.ts