Skip to content

Instantly share code, notes, and snippets.

@ionelh
Created January 28, 2020 16:52
Show Gist options
  • Save ionelh/a882c32a8ad9ad2ed1b2818544513ec5 to your computer and use it in GitHub Desktop.
Save ionelh/a882c32a8ad9ad2ed1b2818544513ec5 to your computer and use it in GitHub Desktop.
// boolean data type represents one bit of information: true or false
boolean javaIsFun = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment