Skip to content

Instantly share code, notes, and snippets.

@olafleur
Created May 10, 2016 02:10
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 olafleur/23591513c93d523bf0182e5ed3cb1998 to your computer and use it in GitHub Desktop.
Save olafleur/23591513c93d523bf0182e5ed3cb1998 to your computer and use it in GitHub Desktop.
@Test
public void aTest() {
Stack stack = new Stack();
assertTrue(stack.isEmpty());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment