Update Challenge.java

This commit is contained in:
akp 2022-12-01 16:50:35 +00:00
parent 8c3a1c867c
commit 7e97f750f8
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -25,6 +25,8 @@ public class Challenge {
acc += Integer.parseInt(thisLine);
}
}
reader.close();
}
public int partOne() {