Advertisement
kris4o1993

Untitled

Oct 26th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. string firstName = "Kris";
  2. string lastName = "Petrov";
  3. Console.WriteLine($"My name is {firstName} {lastName}");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement