-
Make sure that you have PHP>=8.0 and Composer installed.
-
Fork/clone this repository.
-
Run
composer install
. -
Paste input files inside
/src/inputs
directory. Make sure that your input files containinput_
prefix.Additionally, number of day should be written in 2-digit format, e.g.:
input_01.txt
input_12.txt
input_25.txt
-
Run
php index.php
in console.
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.