advent-of-code-2022

Quick and dirty solutions for the Advent of Code 2022, written in PHP using Symfony 6 components 🎄

The game can be found at https://adventofcode.com/2022

Setup

composer install

Run

bin/app.php

Each daily puzzle is a separate command that can be called individually, e.g. bin/app.php aoc:day01 for the first puzzle.