We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6dfcc commit 5a46699Copy full SHA for 5a46699
b2179/Main.java
@@ -13,6 +13,8 @@ public static void main(String[] args) throws IOException {
13
List<Word> result = findSimilarWords(words);
14
15
printResult(result);
16
+
17
+ br.close();
18
}
19
20
private static List<Word> readWords(BufferedReader br, int n) throws IOException {
0 commit comments