Skip to content

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

Notifications You must be signed in to change notification settings

jamesgawn/aoc2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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