Skip to content

Instantly share code, notes, and snippets.

@srid
Created August 6, 2015 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srid/8fc8b29ca6b1a5342768 to your computer and use it in GitHub Desktop.
Save srid/8fc8b29ca6b1a5342768 to your computer and use it in GitHub Desktop.
[srid@Sridhars-MacBook-Pro:~]
$ cat hello.fsx
open System
printfn "Hello World"
Console.ReadLine() |> ignore
[srid@Sridhars-MacBook-Pro:~]
$ fsharpi --exec hello.fsx
Hello World
[srid@Sridhars-MacBook-Pro:~]
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment