mirror of
https://github.com/HenkKalkwater/aoc-2020
synced 2024-11-22 02:55:18 +00:00
Chris Josten
7e096ec120
After replacing allowedValues[field] with allowedValues[column] and ticket[column] with ticket[field] on lines 85 and 87, it works. Why? I don't know. |
||
---|---|---|
in | ||
source | ||
.gitignore | ||
dub.sdl | ||
LICENSE | ||
README.txt |
Advent of Code 2020 ================================================================================ HOW TO COMPILE: Run "dub". HOW TO RUN: ./oac-2020 [DAY] [PART] <INPUT_FILE> <DAY_SPECIFIC_ARGUMENTS...> The program reads it input from $PWD/in/<DAY>.txt if INPUT_FILE is not specified or from stdin if INPUT_FILE is equal to "-". BIG BOYS: https://ls-a.xyz/advent/2020/bigboy.html