Skip to content

Commit

Permalink
Remove scanner close at WhoSaidCrisis
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina committed May 11, 2017
1 parent 24c390c commit 9a9035d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UVa/WhoSaidCrisis.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ public static void main(String[] args) {
System.out.println(first.subtract(second));
numberOfTestCases--;
}
input.close();
}
}

0 comments on commit 9a9035d

Please sign in to comment.