advent-of-code

Perserverance, or the lack thereof

git clone git://git.shimmy1996.com/advent-of-code.git
commit dcac2c32d51762c729f68004e2c021c4617f81bc
parent b57f94fdef09cbdda5ed7b453933dac8c68d68c6
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  1 Dec 2019 23:41:17 -0500

Update README

Diffstat:
MREADME.org | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
@@ -1,6 +1,4 @@
 Each folder contains
-- =input.txt=, which has the inputs.
+- =input.txt=, which has the inputs for given day.
 - =day-xx.lang=, which are solution files in different languages that prints out the answers to standard out.
-
-To run =.rs= files, compile with =rustc= and run the resulting binary.
-To run =.jl= files, run =julia day-xx.jl=.
+- =Makefile=, run =make= to see results from all languages.