master-blaster
Matthew Butterick 8 years ago
parent 572d222cb1
commit b72f0249bc

@ -0,0 +1,12 @@
#lang scribble/manual
@(require aoc-racket/helper)
@title{About}
@link["http://adventofcode.com"]{Advent of Code} is a series of programming puzzles designed by @link["http://was.tl"]{Eric Wastl}.
I find that programming puzzles are a good way of learning something new about a programming language, or learning how to do certain things better.
Documenting the solutions helped me nail down some discoveries.
Thank you to Eric Wastl. If you like Advent of Code, please @link["http://adventofcode.com/about"]{pay him for it}.

@ -11,6 +11,7 @@
@local-table-of-contents[]
@include-section["about.scrbl"]
@include-section[(submod "day1.rkt" doc)]
@include-section[(submod "day2.rkt" doc)]
@include-section[(submod "day3.rkt" doc)]