Skip to content

Instantly share code, notes, and snippets.

@rojepp
Created August 3, 2011 10:08
Show Gist options
  • Save rojepp/1122319 to your computer and use it in GitHub Desktop.
Save rojepp/1122319 to your computer and use it in GitHub Desktop.
Test snippet
(* Test embedding in blogger... *)
let add x y = x + y
let add1 = add 1
let result = add1 2
printfn "%d" result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment