storkme / aoc-2018

Advent of Code 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aoc-2018

My solutions to 2018's Advent Of Code event.

Solutions are in javascript. Run using Node.js (>= v10) with the --experimental-modules flag.

Running

node --experimental-modules day1 inputs/1.txt

Typically each index.mjs file will have two functions, a part1() and a part2(), which will produce the answer for each part.

About

Advent of Code 2018


Languages

Language:JavaScript 100.0%