timvdalen / advent-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-2020

Ad-hoc solutions to the Advent of Code 2020 challenges.

The framework is over-engineered, the actual solutions are quick-and-dirty.

Installation

composer install
cp .env.example .env
# Fill in session cookie 

Running

php advent [day] [part]

About


Languages

Language:PHP 99.9%Language:Shell 0.1%