k0fe

Untitled

Sep 4th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. static void Main()
  2. {
  3.     WritePidor(false)
  4. }
  5.  
  6. string public WritePidor(bool isPidor = true)
  7. {
  8.     if(isPidor == true)
  9.     {
  10.         return "PIDOR";
  11.     }
  12.  
  13.     return "NE PEEDAR";
  14. }
Advertisement
Add Comment
Please, Sign In to add comment