1
0
Fork 0
mirror of https://github.com/HenkKalkwater/aoc-2020 synced 2024-05-19 21:12:42 +00:00
Advent of Code 2020
Go to file
2020-12-05 13:03:47 +01:00
in Added day5 and brought more structure into days 2020-12-05 12:16:58 +01:00
source Allow reading input from other files than stdin 2020-12-05 13:03:47 +01:00
.gitignore Added day 1 2020-12-01 12:28:18 +01:00
dub.sdl Secontial commit 2020-11-30 15:22:15 +01:00
LICENSE Initial commit 2020-11-30 15:15:56 +01:00
README.txt Allow reading input from other files than stdin 2020-12-05 13:03:47 +01:00

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 stdin if INPUT_FILE is not specified or if INPUT_FILE is equal to "-".