Skip to content
Snippets Groups Projects
Commit f32ca970 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

Updated size()

parent d51a7b71
Branches
No related tags found
No related merge requests found
...@@ -4,6 +4,6 @@ public class MyStack { ...@@ -4,6 +4,6 @@ public class MyStack {
} }
public int size() { public int size() {
return Integer.MIN_VALUE; return 0;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment