Skip to content

Instantly share code, notes, and snippets.

@jcbozonier
Created October 24, 2009 22:29
Show Gist options
  • Select an option

  • Save jcbozonier/217775 to your computer and use it in GitHub Desktop.

Select an option

Save jcbozonier/217775 to your computer and use it in GitHub Desktop.
[Subject("Scott Bellware")]
public class at_any_given_moment
{
It will_fail = ()=>
{
throw new Exception("hi scott, love you, miss you.");
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment