Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.go

To test the template,
1. Set day.txt to `template`
1. Uncomment the code block for part2
1. Run `./run.sh`