Update README.md

master
Matthew Butterick 6 years ago committed by GitHub
parent 2986bb3110
commit 0470b75be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,6 @@
2015 edition
-
Racket solutions & explanations for the [Advent of Code](http://adventofcode.com) puzzles. Written in Racket's literate-programming dialect, `scribble/lp2`.
Install from the command line:
@ -7,3 +10,14 @@ Install from the command line:
Explanations will be installed automatically as part of the Scribble documentation.
[Or just read the code and explanations online, right now.](http://pkg-build.racket-lang.org/doc/aoc-racket/)
2016 edition
-
Solutions (implemented as `#lang` DSLs) in [`2016` directory](https://github.com/mbutterick/aoc-racket/tree/master/2016) (no explanations)
2017 edition
-
Solutions (implemented as `#lang` DSLs) in [`2017` directory](https://github.com/mbutterick/aoc-racket/tree/master/2017) (no explanations)