- Add your input to a file, for example
day1.txt
. - Change the path in
day1.fsx
to match your input. - Run script from the command line with
dotnet fsi day1.fsx
.
My solutions for Advent of Code 2024 in F#
Repository from Github https://github.comRoald87/AdventOfCode2024