Advent of Code 2018 Node.js/PHP solutions.
To run Node.js solutions:
node [path to solution]e.g.:
node day-01/nodejs/part-1.jsRequirements:
- node >= v11.2.0
To run PHP solutions:
php [path to solution]e.g.:
php day-01/php/part-1.phpRequirements:
- php >= 7.2.12