Created
June 24, 2018 14:29
-
-
Save kennetpostigo/5aa84f2ddc654372720e4cc53e628465 to your computer and use it in GitHub Desktop.
Reason BST Blog Post tuples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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