Code:
(* Advent of Code, day13 part1 - on BPI-F3 RISC-V SBC *)(* OCaml code *)#load "utils.cmo"open Utilsutop[3]> time (fun () -> day13 "input.txt");;Execution time: 0.031004s- : int * string = (35574, "not done yet")
Statistics: Posted by hrvoje064 — Sat Dec 14, 2024 6:34 pm