From 268b6b24b455e59de71617031f428512be090755 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 8 Dec 2022 22:33:10 -0800 Subject: [PATCH] "Publish" and tweak the day 1 post --- day1.chpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/day1.chpl b/day1.chpl index 32787a0..32d1843 100644 --- a/day1.chpl +++ b/day1.chpl @@ -3,9 +3,9 @@ // summary: "Daniel's take on day 1 of advent of code, featuring reduce expressions, iterators, and custom reductions" // authors: ["Daniel Fedorin"] // date: 2022-12-01 -// draft: true - /* + {{< whole_file_min >}} + And so Advent of Code begins! Today's challenge is, as usual for the first day, a fairly easy one. Brad has [already written]({{< relref "aoc2022-day01-calories" >}}) a wonderful introduction for this challenge, and provided his own solution to the first part. In that