aboutsummaryrefslogtreecommitdiff
path: root/aoc-2022-dotnet/AoC.Day.Template/Program.fs
blob: dbbfcd34777d77bd5e07b3dd64a5d4ede70b3273 (plain)
1
2
3
4
5
6
7
module AoC.Day.Template

open System.IO

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

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