advent-of-code-2020

module
v0.0.0-...-3ff84f9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2023 License: MIT

README

Advent of Code 2020

Go Report Card

My attempt at https://adventofcode.com/2020

Note: All task input files are excluded from the repository with .gitignore – we should not post them publicly, as Eric Wastl asks for: Tweet.

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
  2. Uncomment the code block for part2
  3. Run ./run.sh

Directories

Path Synopsis
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL