diff --git a/about.scrbl b/about.scrbl new file mode 100644 index 0000000..533b5ab --- /dev/null +++ b/about.scrbl @@ -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}. \ No newline at end of file diff --git a/aoc-racket.scrbl b/aoc-racket.scrbl index ec69350..947c490 100644 --- a/aoc-racket.scrbl +++ b/aoc-racket.scrbl @@ -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)]