jamesgawn / aoc2020

A repository to hold solutions for the 2020 advent of code.

Repository from Github https://github.comjamesgawn/aoc2020Repository from Github https://github.comjamesgawn/aoc2020

Advent of Code 2020

I'm taking part in the Advent of Code this year, and this repository has my solutions to the various problems.

Why

I will be using it as an opportunity to play around with Go, so expect somewhat scrappy code within.

How to use this project

  • Build bash make build
  • Test bash make test
  • Run ./aoc2020 X Y where X is the day (e.g. 4) and Y optionally is the input file location (./day4/input.txt)
./aoc2020 4 ./day4/input.txt

About

A repository to hold solutions for the 2020 advent of code.


Languages

Language:Go 98.7%Language:Makefile 1.3%