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.
13 lines
274 B
Plaintext
13 lines
274 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[]
|
||
|
|
||
|
@include-section[(submod "day1/main.scrbl" doc)]
|