We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe289e8 commit 212f8d4Copy full SHA for 212f8d4
src/practice/network/MainClass.java
@@ -27,7 +27,6 @@ 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