From a9c41325d2c56af93100d02af4f6d73e4947ea46 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 5 Jan 2016 23:03:46 -0800 Subject: [PATCH] fix day22 --- day22.rkt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/day22.rkt b/day22.rkt index 5d1e8be..d128845 100644 --- a/day22.rkt +++ b/day22.rkt @@ -6,11 +6,13 @@ @link["http://adventofcode.com/day/22"]{The puzzle}. Our @link-rp["day22-input.txt"]{input} tells us our hit points and damage. +@chunk[ + ;; + ] +@section{What's the least mana we can spend and win?} -@section{What's the least we can spend and win?} - -Did I mention I hate RPGs? Well, this question is much more RPG-ish than @secref{Day_21}. It involves spellscasting. So I'm taking a pass. If someone devises a concise solution, I'll be happy to add it to this page. +Did I mention I hate RPGs? Well, this question is much more RPG-ish than @secref{Day_21}. It involves mana and spellscasting. So I'm taking a pass. If someone devises a concise solution, I'll be happy to add it to this page. Otherwise, onward to @secref{Day_23}.