Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

FSharp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Running the script

  • Install dotnet core.
  • Run the command dotnet fsi to start F# interactive shell in the folder where the script is located.
  • You can load the HelloScript.fsx, by running #load "HelloScript.fsx";;
  • Exit the interactive shell by running #quit;;