diff --git a/examples/aoc2023/grid.jou b/examples/aoc2023/grid.jou index 9d4ffdc7..276f3fa9 100644 --- a/examples/aoc2023/grid.jou +++ b/examples/aoc2023/grid.jou @@ -1,5 +1,5 @@ # This file contains a utility class for AoC solutions. -# It is not in the standard library because it is too AOC-specific IMO. +# It is not in the standard library because it feels too AoC-specific to me. import "stdlib/ascii.jou" import "stdlib/str.jou"