Pinned Loading
-
-
-
redBook.scala
redBook.scala 1@main def run =
2def fib(n: Int): Int =
3@annotation.tailrec
4def go(i: Int, curr: Int, prev: Int): Int =
5if i >= n then curr
-
advent of code 2024 - day 1
advent of code 2024 - day 1 1import gleam/int
2import gleam/io
3import gleam/list
4import gleam/regexp
5import gleam/result
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.