Skip to content

Commit

Permalink
Delete scanner close at SimplifyingFractions
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina committed May 11, 2017
1 parent a7e4fd1 commit 4195d7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UVa/SimplifyingFractions.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ public static void main(String[] args) {
System.out.println(p + " / " + q);
numberOfTestCases--;
}
input.close();
}
}

0 comments on commit 4195d7a

Please sign in to comment.