You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ Listing of the current utilities for common functions found in Advent of Code pu
20
20
21
21
### Data Structures
22
22
23
-
-[Grid2D](src/main/com/soberg/aoc/utlities/datastructures/Grid2D.kt) - Simple uniform 2D Grid with utility functions for moving in cardinal directions.
23
+
-[Grid2D](src/main/kotlin/com/soberg/aoc/utlities/datastructures/Grid2D.kt) - Simple uniform 2D Grid with utility functions for moving in cardinal directions.
24
24
25
25
26
26
### Input Reading
27
27
28
-
-[ReadInput](src/main/com/soberg/aoc/utlities/input/ReadInput.kt) - Uses the [Kotlin AoC API](https://github.com/jsoberg/Kotlin-AoC-API) to read daily input from API, caching locally in `input/<year>/Day<day>.txt`.
28
+
-[ReadInput](src/main/kotlin/com/soberg/aoc/utlities/input/ReadInput.kt) - Uses the [Kotlin AoC API](https://github.com/jsoberg/Kotlin-AoC-API) to read daily input from API, caching locally in `input/<year>/Day<day>.txt`.
0 commit comments