christeredvartsen/advent-of-code

Advent of Code solutions

dev-main 2023-12-05 08:03 UTC

This package is auto-updated.

Last update: 2024-04-05 08:48:04 UTC


README

Solutions for Advent of Code using PHP.

Installation

composer require christeredvartsen/advent-of-code

Usage

After installation you can execute the included PHP script to solve the different days in the calendar:

vendor/bin/aoc solve <day> [<year>]

Keep in mind that the inputs used aren't necessarily the same for all users.

License

MIT