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
- Host: GitHub
- URL: https://github.com/fogleman/adventofcode2020
- Owner: fogleman
- Created: 2020-12-02T15:12:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T22:36:19.000Z (about 5 years ago)
- Last Synced: 2024-04-17T05:17:03.817Z (almost 2 years ago)
- Language: Python
- Size: 123 KB
- Stars: 20
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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