Skip to content

Instantly share code, notes, and snippets.

@tamizhvendan
Created March 9, 2016 07:43
Show Gist options
  • Select an option

  • Save tamizhvendan/d42330584963374b8dc6 to your computer and use it in GitHub Desktop.

Select an option

Save tamizhvendan/d42330584963374b8dc6 to your computer and use it in GitHub Desktop.
My Atom Code Snippets
'.source.fsharp':
'F# NUnit Test':
'prefix': 'test'
'body': """
[<Test>]
let ``$1`` () =
$2
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment