Advertisement
ViIvanov

Untitled

Feb 14th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. if(args.Length > 0) {
  2.   Xxx(); // Xxx - не [Pure], но на Console.WriteLine не влияет никак
  3.   Console.WriteLine(123);
  4. } else {
  5.   Console.WriteLine(123);
  6. }//if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement