Guest User

Untitled

a guest
Dec 23rd, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. class Program
  2. {
  3.     static int Foo(int x)
  4.     {
  5.         return x;
  6.     }
  7.     static void Main()
  8.     {
  9.         Bar(Foo, 1);
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment