Skip to content

arzcbnh/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Solutions for the Advent of Code challenges. I solve each year with a different language for learning purposes! Since I'm not competitive and I'm just studying, I try to write readable and clean code, rather than performant code.

Year Language Status
2018 Lua 5.4 Unfinished (up to day 3)
2021 C99 Unfinished (up to day 18)
2023 TypeScript 5.6 on Node 22.10 Ongoing
2024 Java SE 21 Ongoing

Compliance with automation guidelines

This project follows the automation guidelines on the r/adventofcode community wiki. Specifically:

  • Once inputs are downloaded, they are cached locally as per the guide.
  • The User-Agent header is set to github.com/arzcbnh/advent-of-code by matthpmoreira@gmail.com.