1
0
Fork 0
mirror of https://github.com/HenkKalkwater/aoc-2020 synced 2024-05-19 21:12:42 +00:00
aoc-2020/README.txt

16 lines
388 B
Plaintext
Raw Normal View History

2020-12-03 08:30:02 +00:00
Advent of Code 2020
================================================================================
HOW TO COMPILE:
Run "dub".
HOW TO RUN:
./oac-2020 [DAY] [PART] <INPUT_FILE> <DAY_SPECIFIC_ARGUMENTS...>
2020-12-03 08:30:02 +00:00
2020-12-08 05:38:59 +00:00
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