Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 664 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 664 Bytes

🎄 Advent of Code 2021

Instalation

  1. Make sure that you have PHP>=8.0 and Composer installed.

  2. Fork/clone this repository.

  3. Run composer install.

  4. Paste input files inside /src/inputs directory. Make sure that your input files contain input_ prefix.

    Additionally, number of day should be written in 2-digit format, e.g.:

    • input_01.txt
    • input_12.txt
    • input_25.txt
  5. Run php index.php in console.