"Publish" and tweak the day 1 post

This commit is contained in:
Danila Fedorin 2022-12-08 22:33:10 -08:00
parent 80921bdf95
commit 268b6b24b4
1 changed files with 2 additions and 2 deletions

View File

@ -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