Day 14
Add dependency on curses and gleam_erlang
Day 12
Advent of Code 2022 solved in Gleam
if
and cond
. Having to use case
for everything can get tedious.fn foo([a, b]) {
todo
}
Autoformatter is very eager, and won't allow things to stay on one line e.g.
pub type Range(a) =
#(a, a)
let foo =
bar()
|> baz()