Skip to content

TomJansen25/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

Year Language Solutions
2021 TypeScript Solutions
2022 Scala Solutions
2023 Python Solutions

Solutions are structured per year and day and always include an input.txt file with the Puzzle Input:

advent-of-code
└── 2021 
    ├── 01 
    |   ├── input.txt
    │   ├── solution1.ts
    |   └── solution2.ts
    └── 02
        ├── input.txt
        ├── solution1.ts
        └── solution2.ts

About

Advent of Code Challenges and Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published