From 68381d1c8bdd3d74f0924a47cf72809e40b34708 Mon Sep 17 00:00:00 2001 From: Tomasz Chojnacki Date: Wed, 28 Dec 2022 18:02:46 +0100 Subject: Remove redundant dependencies --- aoc-2022-dotnet/Day21/Program.fs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 aoc-2022-dotnet/Day21/Program.fs (limited to 'aoc-2022-dotnet/Day21/Program.fs') diff --git a/aoc-2022-dotnet/Day21/Program.fs b/aoc-2022-dotnet/Day21/Program.fs new file mode 100644 index 0000000..e5d8920 --- /dev/null +++ b/aoc-2022-dotnet/Day21/Program.fs @@ -0,0 +1,9 @@ +module Day21 + +open System.IO +open FParsec +open Common + +let test = File.ReadLines("test.txt") + +let input = File.ReadLines("input.txt") -- cgit v1.2.3