Skip to content

Instantly share code, notes, and snippets.

@kennetpostigo
Created June 24, 2018 14:29
Show Gist options
  • Save kennetpostigo/5aa84f2ddc654372720e4cc53e628465 to your computer and use it in GitHub Desktop.
Save kennetpostigo/5aa84f2ddc654372720e4cc53e628465 to your computer and use it in GitHub Desktop.
Reason BST Blog Post tuples
let intStringFloat = (1, "one", 1.0);
let tripleStrings = ("Kennet", "Postigo", "@kennetpostigo");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment