diff --git a/about.scrbl b/about.scrbl deleted file mode 100644 index 533b5ab..0000000 --- a/about.scrbl +++ /dev/null @@ -1,12 +0,0 @@ -#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 947c490..7cdae5e 100644 --- a/aoc-racket.scrbl +++ b/aoc-racket.scrbl @@ -9,9 +9,16 @@ @italic{Dedicated to curious characters everywhere, especially those learning Racket.} +@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}. + @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)]