Skip to content

Commit b8878a3

Browse files
committed
add one line
1 parent ab56ca8 commit b8878a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/practice/network/MainClass.java

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static void main(String[] args) throws IOException {
2727
String msg = br.readLine();
2828

2929
System.out.println("msg: " + msg);
30+
3031
br.close();
3132

3233
Gender gender = Gender.LESBIAN;

0 commit comments

Comments
 (0)