my solutions to advent of code
aoc advent-of-code

comment

aylac.top 859daf6d e37fd8ba

verified
Changed files
+1
2015
12
gleam
+1
2015/12/gleam/src/main.gleam
···
])
}
fn get_total_number(data: Nested, no_red no_red) {
case data {
NestedList(items) ->
···
])
}
+
// unfortunately this isn't tail call optimised. making it so would make it ugly :(
fn get_total_number(data: Nested, no_red no_red) {
case data {
NestedList(items) ->