Skip to content

Instantly share code, notes, and snippets.

@meklarian
Created February 15, 2016 17:53
Show Gist options
  • Save meklarian/ca113990b669ffe47f28 to your computer and use it in GitHub Desktop.
Save meklarian/ca113990b669ffe47f28 to your computer and use it in GitHub Desktop.
System.Threading.Thread.Sleep(4000);
if (1 != ((new System.Random().Next()) % 3)) { throw new System.Exception(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment