Skip to content

sushantpt/fs_stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.