AdventOfCode2020 icon indicating copy to clipboard operation
AdventOfCode2020 copied to clipboard

My solutions for Advent of Code 2020

Advent of Code 2020

My solutions for Advent of Code 2020.

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

Python

To run the Python solutions, provide the file input as a command line argument.

python 01.py 01.txt

Go

To run the Go solutions, redirect the file input to stdin.

go run 01.go < 01.txt