Skip to content

Instantly share code, notes, and snippets.

@bzz
Last active December 13, 2017 16:37
Show Gist options
  • Save bzz/cf2cc8d763bf5013f3a86d81bdb3ae8c to your computer and use it in GitHub Desktop.
Save bzz/cf2cc8d763bf5013f3a86d81bdb3ae8c to your computer and use it in GitHub Desktop.
class ParsingFails {
public static void main(Sting[] args) {
Sytem.out.println("Un-Cool!")
}
}
class ParsingSucceeds {
public static void main(Sting[] args) {
Sytem.out.println("Cool!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment