Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
1 people like it. Like the snippet!
A very simple function to print hello world, which is completely useless. Just testin the F# Snippets API...
1: 2:
let msg = "world" printfn "Hello %s!" msg