Skip to content
main
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
go
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
go
Dec 2, 2020
Dec 2, 2020
Dec 2, 2020
Dec 3, 2020
Dec 3, 2020
Dec 3, 2020

README.md

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

About

My solutions for Advent of Code 2020

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.