@ -8,8 +8,6 @@ Example on how to use assertions in Java
## Run
Assertions need to be enabled with `-ea` or `-enableassertions`
`java -ea -cp ./bin Assertions`
## Notes