Skip to content

Instantly share code, notes, and snippets.

@cassiozen
Created November 28, 2018 23:22
Show Gist options
  • Save cassiozen/63ef9251b2d332a05835f71d03f4ad6d to your computer and use it in GitHub Desktop.
Save cassiozen/63ef9251b2d332a05835f71d03f4ad6d to your computer and use it in GitHub Desktop.
if (number > 0) {
print("Positive number")
} else {
print("Negative number")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment