You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
#lang scribble/manual
|
|
|
|
@(require (for-label racket rackunit sugar/list))
|
|
|
|
|
|
|
|
@title{Advent of Code solutions & explanations}
|
|
|
|
|
|
|
|
@author[(author+email "Matthew Butterick" "mb@mbtype.com")]
|
|
|
|
|
|
|
|
@defmodule[aoc-racket]
|
|
|
|
|
|
|
|
@italic{Dedicated to curious characters everywhere, especially those learning Racket.}
|
|
|
|
|
|
|
|
@local-table-of-contents[]
|
|
|
|
|
|
|
|
@include-section[(submod "day1.rkt" doc)]
|
|
|
|
@include-section[(submod "day2.rkt" doc)]
|
|
|
|
@include-section[(submod "day3.rkt" doc)]
|
|
|
|
@include-section[(submod "day4.rkt" doc)]
|
|
|
|
@include-section[(submod "day5.rkt" doc)]
|
|
|
|
@include-section[(submod "day6.rkt" doc)]
|
|
|
|
@include-section[(submod "day7.rkt" doc)]
|
|
|
|
@include-section[(submod "day8.rkt" doc)]
|
|
|
|
@include-section[(submod "day9.rkt" doc)]
|
|
|
|
@include-section[(submod "day10.rkt" doc)]
|
|
|
|
@include-section[(submod "day11.rkt" doc)]
|
|
|
|
@include-section[(submod "day12.rkt" doc)]
|
|
|
|
@include-section[(submod "day13.rkt" doc)]
|
|
|
|
@include-section[(submod "day14.rkt" doc)]
|
|
|
|
@include-section[(submod "day15.rkt" doc)]
|
|
|
|
|
|
|
|
@index-section[]
|