Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 470 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 470 Bytes

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