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
··· 23 23 ]) 24 24 } 25 25 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) ->