Repository to my puzzle solutions for https://adventofcode.com/2024.
What was required to put the repository up. Download .NET 8 SDK.
dotnet new gitignoreYou need to add inputs to input folder with dayXX.txt or dayXX_example.txt (also sometimes dayXX_exampleN.txt).
dotnet fsi dayX.fsxor to run all simply
ls -filter *.fsx | % { dotnet fsi $_ }