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

TheSylwio/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages