Skip to content

aguluman/advent-of-code-2024-fsharp

Repository files navigation

Advent of Code 2024 in F# on Windows OS

To validate the functions with the Test-Cases

$ dotnet test

How to run the input datasets.

$ type "C:\***\******\****\input.txt" | dotnet run

For Faster compilation time,

$ dotnet build -c Release
$ cd bin\Release\netX.X
type "C:\***\******\****\input.txt" | .\day**.exe

Note

The parse function for each challenge question’s input file was designed to handle the CRLF end of line sequence.

About

Advent of Code For The Year 2024.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages