Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 318 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 318 Bytes

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;;