/advent-of-code

Solutions in PHP for the Advent of Code 2020

Primary LanguagePHPApache License 2.0Apache-2.0

Advent of Code 2020

Simple php CLI script to solve Advent of Code 2020 puzzles

Usage

php app.php day1 outputs Part 1 and Part 2 solution for the 1st day, php app.php day2 for the 2nd day, etc.