Skip to content

Instantly share code, notes, and snippets.

@shahriarhossain
Last active August 30, 2016 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shahriarhossain/0a906531fdf6bcfc762667cbb0e678fe to your computer and use it in GitHub Desktop.
Save shahriarhossain/0a906531fdf6bcfc762667cbb0e678fe to your computer and use it in GitHub Desktop.
public static void Main(string[] args)
{
var x = OldWay_UserInfo();
Console.WriteLine("{0} {1} {2}", x.Item1, x.Item2, x.Item3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment