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

Add README

This commit is contained in:
Chris Josten 2020-12-03 09:30:02 +01:00
parent beb7b447e9
commit b21ca2df4a
Signed by: chris
GPG key ID: 1795A594046530AB

11
README.txt Normal file
View 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.