tangled
alpha
login
or
join now
aylac.top
/
advent_of_code
my solutions to advent of code
aoc
advent-of-code
0
fork
atom
overview
issues
pulls
pipelines
comment
aylac.top
2 months ago
859daf6d
e37fd8ba
verified
This commit was signed with the committer's
known signature
.
aylac.top
SSH Key Fingerprint:
SHA256:0I0RwJANCpgZd/yP0LOSXWEd0lfj1yyKsKISzeJAJ78=
options
unified
split
Changed files
+1
2015
12
gleam
src
main.gleam
+1
2015/12/gleam/src/main.gleam
···
23
23
])
24
24
}
25
25
26
26
+
// unfortunately this isn't tail call optimised. making it so would make it ugly :(
26
27
fn get_total_number(data: Nested, no_red no_red) {
27
28
case data {
28
29
NestedList(items) ->