Skip to content

Instantly share code, notes, and snippets.

@KyeRussell
Created August 5, 2013 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KyeRussell/6154000 to your computer and use it in GitHub Desktop.
Save KyeRussell/6154000 to your computer and use it in GitHub Desktop.
public class Dicks
{
public static void main(String[] args)
{
try
{
throw new Exception();
} catch (Exception e) {
return;
} finally {
System.out.println("420 blaze it...");
}
}
}
@trisreed
Copy link

trisreed commented Aug 5, 2013

3/10 would not read again

fag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment