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
@@ -25,4 +25,9 @@ Listing of the current utilities for common functions found in Advent of Code pu
25
25
26
26
### Input Reading
27
27
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`.
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`.
29
+
30
+
31
+
### Async
32
+
33
+
-[AsyncSum](src/main/kotlin/com/soberg/aoc/utlities/extensions/AsyncSum.kt) - Various utility functions for running sum functions asynchronously (using coroutines).
0 commit comments