From 78855d40db361fe0b33918a9051561e3d72f59e4 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 1 Dec 2021 11:58:14 -0500 Subject: [PATCH] day1: Add README with running instructions --- 1/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 1/README diff --git a/1/README b/1/README new file mode 100644 index 0000000..7f1ead0 --- /dev/null +++ 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 -- libgit2 1.8.1