Skip to content

Commit

Permalink
Merge branch 'aoc' of https://github.com/Akuli/jou into aoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 14, 2023
2 parents 6796f04 + 1d5731d commit cbc2309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aoc2023/grid.jou
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cbc2309

Please sign in to comment.