Skip to content

Instantly share code, notes, and snippets.

@bojanrajkovic
Created October 20, 2010 03:04
Show Gist options
  • Save bojanrajkovic/635678 to your computer and use it in GitHub Desktop.
Save bojanrajkovic/635678 to your computer and use it in GitHub Desktop.
class Test {
public static void Main (string[] args) {
Action a = () => a ();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment