aoc

Advent of Code Solutions
git clone git://git.alexkarle.com.com/aoc
Log | Files | Refs | README | LICENSE

commit 78855d40db361fe0b33918a9051561e3d72f59e4 (patch)
parent 09f56fca17ffd61be30688181325b6485a0a2d7c
Author: Alex Karle <alex@alexkarle.com>
Date:   Wed,  1 Dec 2021 11:58:14 -0500

day1: Add README with running instructions

Diffstat:
A1/README | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/1/README b/1/README @@ -0,0 +1,6 @@ +For both languages, pass the file to stdin: + +make -C c +./c/a < input + +./py/a.py < input