diff options
Diffstat (limited to 'aoc-2022-dotnet/Day02/Program.fs')
-rw-r--r-- | aoc-2022-dotnet/Day02/Program.fs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aoc-2022-dotnet/Day02/Program.fs b/aoc-2022-dotnet/Day02/Program.fs index 7328ea8..0546195 100644 --- a/aoc-2022-dotnet/Day02/Program.fs +++ b/aoc-2022-dotnet/Day02/Program.fs @@ -1,4 +1,6 @@ -open System.IO +module Day02 + +open System.IO open FSharpPlus type Move = |