aboutsummaryrefslogtreecommitdiff
path: root/aoc-2022-dotnet/Day21/Program.fs
blob: e5d8920490a5dda6992a51d767a83094dd28b5b6 (plain)
1
2
3
4
5
6
7
8
9
module Day21

open System.IO
open FParsec
open Common

let test = File.ReadLines("test.txt")

let input = File.ReadLines("input.txt")