Guest User

Untitled

a guest
Oct 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var userName = "ChrisMissal";
  2. var someString = "Hello, my name is $(userName), nice to meet you!";
  3.  
  4. var a = "Now is $(DateTime.Now).";
  5. var b = "Tomorrow will be $(DateTime.Now.AddDays(1))";
  6. var c = "This list has $(list.Count()) items.";
Add Comment
Please, Sign In to add comment