aoc-2022-ocaml/.ocamlinit
ryan 887d961d29 flatten array of array in grid implementation
makes the new find function much simpler to implement
2023-10-22 11:43:27 -05:00

3 lines
67 B
Plaintext

#install_printer Aoc.Vec2.pp;;
#install_printer Aoc.Vec2.pp_grid;;