Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created October 9, 2012 06:28
Show Gist options
  • Select an option

  • Save mkrueger/3856979 to your computer and use it in GitHub Desktop.

Select an option

Save mkrueger/3856979 to your computer and use it in GitHub Desktop.
using System;
class MyTest
{
public static void Main (string[] args)
{
try {
} catch (Exception)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment