Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abeltay/advent-of-code-2020
My attempt at https://adventofcode.com/2020
https://github.com/abeltay/advent-of-code-2020
advent-of-code advent-of-code-2020 adventofcode go golang
Last synced: 22 days ago
JSON representation
My attempt at https://adventofcode.com/2020
- Host: GitHub
- URL: https://github.com/abeltay/advent-of-code-2020
- Owner: abeltay
- License: mit
- Created: 2021-12-28T07:51:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T14:18:50.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T02:13:01.385Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2020, adventofcode, go, golang
- Language: Go
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2020
[![Go Report Card](https://goreportcard.com/badge/github.com/abeltay/advent-of-code-2020)](https://goreportcard.com/report/github.com/abeltay/advent-of-code-2020)
My attempt at
> Note: All task input files are excluded from the repository with `.gitignore` – we should not post them publicly, as Eric Wastl asks for: [Tweet](https://twitter.com/ericwastl/status/1465805354214830081).
# To run the scripts
1. Run `./prep.sh 01` with the day number appended. The example here is for Day 01
2. Run `./input.sh` to copy the input file from Downloads folder
3. Run `./run.sh` to run current day's main.goTo test the template,
1. Set day.txt to `template`
1. Uncomment the code block for part2
1. Run `./run.sh`