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.
18 lines
532 B
Plaintext
18 lines
532 B
Plaintext
9 years ago
|
#lang scribble/manual
|
||
|
@(require (for-label racket rackunit))
|
||
|
|
||
|
@title{Advent of Code solutions & explanations}
|
||
|
|
||
|
@author[(author+email "Matthew Butterick" "mb@mbtype.com")]
|
||
|
|
||
|
@defmodule[aoc-racket]
|
||
|
|
||
|
@local-table-of-contents[]
|
||
|
|
||
9 years ago
|
@include-section[(submod "day1.scrbl" doc)]
|
||
|
@include-section[(submod "day2.scrbl" doc)]
|
||
|
@include-section[(submod "day3.scrbl" doc)]
|
||
9 years ago
|
@include-section[(submod "day4.scrbl" doc)]
|
||
|
@include-section[(submod "day5.scrbl" doc)]
|
||
9 years ago
|
@include-section[(submod "day6.scrbl" doc)]
|
||
|
@include-section[(submod "day7.scrbl" doc)]
|