We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab56ca8 commit b8878a3Copy full SHA for b8878a3
src/practice/network/MainClass.java
@@ -27,6 +27,7 @@ public static void main(String[] args) throws IOException {
27
String msg = br.readLine();
28
29
System.out.println("msg: " + msg);
30
+
31
br.close();
32
33
Gender gender = Gender.LESBIAN;
0 commit comments