/advent-of-code-2018

Advent of Code 2018

Primary LanguagePython

Advent of Code 2018

AOC (https://adventofcode.com/) solutions

Getting Started

Prerequisites

python3

Running puzzle

Running the puzzle by executing run.sh

./run.sh {day}

Example

Running puzzle from the first day

foo@bar:~$ ./run.sh 1
First part: 531  
Second part: 76787  
Done...