Skip to content

Instantly share code, notes, and snippets.

@jewel12
Created March 9, 2013 18:11
Show Gist options
  • Save jewel12/5125093 to your computer and use it in GitHub Desktop.
Save jewel12/5125093 to your computer and use it in GitHub Desktop.
def yabai: Int = {
if (1==2) 100
else throw new Exception
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment