bake / adventofcode-2019

I have no idea what I'm doing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

I have no idea what I'm doing


Languages

Language:Go 95.6%Language:PHP 2.6%Language:Haskell 1.4%Language:Nix 0.3%Language:Shell 0.1%