From 3bd775b014119c671d09c98ecc55d048ef153c71 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 28 Dec 2015 13:37:58 -0800 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..631f1a6 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Racket solutions & explanations for the [Advent of Code](http://adventofcode.com) puzzles. + +Install from the command line: + + raco pkg install git://github.com/mbutterick/aoc-racket/ + +Explanations will be installed automatically as part of the Scibble documentation.