Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 313 Bytes

File metadata and controls

7 lines (6 loc) · 313 Bytes

1. problemo/Basic.fsx

  • 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#.

2. todo/Program.fs

  • A simple console-based Todo application. (cli to run: dotnet run)
  • Located in the todo/ folder.