Skip to content

Instantly share code, notes, and snippets.

@mario-rezende-ifood
Last active November 21, 2019 01:55
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 mario-rezende-ifood/4dc4feb66a1e49b0b173b4e6334a591f to your computer and use it in GitHub Desktop.
Save mario-rezende-ifood/4dc4feb66a1e49b0b173b4e6334a591f to your computer and use it in GitHub Desktop.
maximum of 1 and 3 is 3 PASSED
maximum of 7 and 4 is 4 FAILED
Math.max(a, b) == c
| | | | | |
| 7 7 4 | 4
| false
class java.lang.Math
maximum of 0 and 0 is 0 PASSED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment