Created
September 28, 2017 10:59
-
-
Save NMZivkovic/2eec86d04a705f2d8552c3df78d5ff51 to your computer and use it in GitHub Desktop.
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
(string name, string blog, int age) = GetNameBlogAndAge(); | |
Console.WriteLine("Name is: {0}", name); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment