Skip to content

Instantly share code, notes, and snippets.

@Krzysztof-Cieslak
Created September 14, 2018 19:54
Show Gist options
  • Save Krzysztof-Cieslak/c1962db70231ec9d2581955324f6ac82 to your computer and use it in GitHub Desktop.
Save Krzysztof-Cieslak/c1962db70231ec9d2581955324f6ac82 to your computer and use it in GitHub Desktop.
Sample usage of analyzer
// 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