Skip to content

Instantly share code, notes, and snippets.

@mariorez
Created December 11, 2019 16:03
Show Gist options
  • Save mariorez/a67aed8cd91175a7ff9fea90e65b17cc to your computer and use it in GitHub Desktop.
Save mariorez/a67aed8cd91175a7ff9fea90e65b17cc 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