Guest User

Untitled

a guest
Mar 8th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. var thread = new Thread(() =>
  2. {
  3. int result = 100 / int.Parse("0");
  4. });
  5. thread.Start();
Add Comment
Please, Sign In to add comment