mirror of
https://github.com/HenkKalkwater/aoc-2020
synced 2024-11-22 11:05:18 +00:00
Add README
This commit is contained in:
parent
beb7b447e9
commit
b21ca2df4a
11
README.txt
Normal file
11
README.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
Advent of Code 2020
|
||||
================================================================================
|
||||
|
||||
HOW TO COMPILE:
|
||||
Run "dub".
|
||||
|
||||
|
||||
HOW TO RUN:
|
||||
./oac-2020 [day] [part]
|
||||
|
||||
The program reads it input from stdin.
|
Loading…
Reference in a new issue