/adventofcode-2019

I have no idea what I'm doing

Primary LanguageGo

Advent of Code 2019

← 2018 (Go)2020 (Go) →

I have no idea what I'm doing. Mostly Go.

Most programs this year use Stdin to read the input. For example, to run day 8, Space Image Format, and save the generated image to a file, do this:

$ go run . < input.txt > output.png