From 7bda420a5df97b6a230fcc8b724454c71d5f97c7 Mon Sep 17 00:00:00 2001 From: dtookey Date: Sun, 6 Aug 2023 19:25:48 -0400 Subject: [PATCH] HelperFunctions.kt has some documentation --- src/main/kotlin/HelperFunctions.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/kotlin/HelperFunctions.kt b/src/main/kotlin/HelperFunctions.kt index 3a83270..751997a 100644 --- a/src/main/kotlin/HelperFunctions.kt +++ b/src/main/kotlin/HelperFunctions.kt @@ -1,3 +1,6 @@ +/** + * A collection of helper functions for common utility tasks. + */ object HelperFunctions { /** * Computes the total number of steps needed to process the given total volume.