Skip to content

Instantly share code, notes, and snippets.

@ryanwebjackson
Created January 9, 2018 22:12
Show Gist options
  • Save ryanwebjackson/3780eacb767f0a410ead1f2b80723468 to your computer and use it in GitHub Desktop.
Save ryanwebjackson/3780eacb767f0a410ead1f2b80723468 to your computer and use it in GitHub Desktop.
I'm not sure why this doesn't work - still a novice in FSharp, it seems.
open System
let stringifyMe myInt =
myInt.ToString()
printf stringifyMe String.length ("πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment