Created
September 14, 2018 19:54
-
-
Save Krzysztof-Cieslak/c1962db70231ec9d2581955324f6ac82 to your computer and use it in GitHub Desktop.
Sample usage of analyzer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Learn more about F# at http://fsharp.org | |
open System | |
let x = None | |
[<EntryPoint>] | |
let main argv = | |
x.Value | |
printfn "Hello World from F#!" | |
0 // return an integer exit code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment