This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns advent.a16 | |
(:require [clojure.string :as str])) | |
(def sue | |
{:children 3 | |
:cats 7 | |
:samoyeds 2 | |
:pomeranians 3 | |
:akitas 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Classic | |
## Simplest and popular | |
* 15.0g Coffee (one scoop, espresso grind) | |
* 10s Pour water 60.0g at 80.0°C | |
* 21s Stir (fast) | |
* 16s Steep | |
* 15s Plunge |
OlderNewer