From bcbf17aa7eb192508ac94287e4c6b9a11e998c8a Mon Sep 17 00:00:00 2001 From: Tomasz Chojnacki Date: Sun, 4 Dec 2022 11:35:57 +0100 Subject: Add module declarations --- aoc-2022-dotnet/Day03/Program.fs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'aoc-2022-dotnet/Day03/Program.fs') diff --git a/aoc-2022-dotnet/Day03/Program.fs b/aoc-2022-dotnet/Day03/Program.fs index f62d906..153e639 100644 --- a/aoc-2022-dotnet/Day03/Program.fs +++ b/aoc-2022-dotnet/Day03/Program.fs @@ -1,4 +1,6 @@ -open System.IO +module Day03 + +open System.IO let priority item = if 'a' <= item && item <= 'z' then -- cgit v1.2.3