Advertisement
mjc65

if2

Jun 23rd, 2020
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.05 KB | None | 0 0
  1. bool b = true;
  2. if (b)
  3.     Console.WriteLine("True");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement