aboutsummaryrefslogtreecommitdiff
path: root/aoc-2022-dotnet/Day01/Program.fs
diff options
context:
space:
mode:
Diffstat (limited to 'aoc-2022-dotnet/Day01/Program.fs')
-rw-r--r--aoc-2022-dotnet/Day01/Program.fs4
1 files changed, 3 insertions, 1 deletions
diff --git a/aoc-2022-dotnet/Day01/Program.fs b/aoc-2022-dotnet/Day01/Program.fs
index bf42670..71faaae 100644
--- a/aoc-2022-dotnet/Day01/Program.fs
+++ b/aoc-2022-dotnet/Day01/Program.fs
@@ -1,4 +1,6 @@
-open System.IO
+module Day01
+
+open System.IO
open FSharpPlus
let parseLine =