Advertisement
Guest User

Untitled

a guest
Oct 11th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.33 KB | None | 0 0
  1. namespace Zalupa
  2. {
  3.     public class Program
  4.     {
  5.         public static void Main()
  6.         {
  7.             Govno(Huita());
  8.         }
  9.    
  10.          
  11.         public void Govno(function fun)  
  12.         {  
  13.             fun;
  14.         }
  15.                
  16.         public void Huita()
  17.         {
  18.                      
  19.         }
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement