Skip to content

furey/advent-of-code-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2018

Advent of Code 2018 Node.js/PHP solutions.

Node.js

To run Node.js solutions:

node [path to solution]

e.g.:

node day-01/nodejs/part-1.js

Requirements:

  • node >= v11.2.0

PHP

To run PHP solutions:

php [path to solution]

e.g.:

php day-01/php/part-1.php

Requirements:

  • php >= 7.2.12