An open API service indexing awesome lists of open source software.

https://github.com/fogleman/adventofcode2020

My solutions for Advent of Code 2020
https://github.com/fogleman/adventofcode2020

Last synced: 8 days ago
JSON representation

My solutions for Advent of Code 2020

Awesome Lists containing this project

README

          

## Advent of Code 2020

My solutions for [Advent of Code 2020](https://adventofcode.com/).

> 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