Skip to content

DuroCodes/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent of code

2022

trying to do solutions in ocaml 🗣️

(using the Base standard library to make my life easier)

2023

solutions in kotlin, pretty cool language if you ask me 😎

all solutions done with two stars 🔥 (except day 25, that doesn't have a 2nd part)

2024

solutions in rust, it's memory safe and blazingly fast, btw 🦀

ran with audit to refactor the code after initial solution