Skip to content

smudger/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

My solutions to the Advent of Code 2022. Written in PHP.

Installation

composer install

Running a solution

composer solve <day> <puzzle>

Running all solutions

composer solve all

Generating the next day

./scaffold.sh <day>