- A basic F# script (
.fsx
) containing fundamental F# examples. (Run it in F# interactive) - Starting point to understand the syntax and basic concepts of F#.
- A simple console-based Todo application. (cli to run: dotnet run)
- Located in the
todo/
folder.