Skip to content

NLthijs48/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains my attempts at solving the challenges of Advent of code using PHP. Why PHP? Why not? Some aspects of the language work good for these challenges, others don't 😁.

I'm in the Europe/Amsterdam timezone, which means puzzles release when I should be sleeping. Therefore, I don't compete for speed, just for fun!

I tend to write a bunch of assertions to catch unexpected cases, and often favor writing it more fancy than strictly required.