We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9f68b commit c4f8374Copy full SHA for c4f8374
src/main/java/Main.java
@@ -49,5 +49,6 @@ else if (args[0].equals("exercise4")) {
49
else {
50
throw new Exception("Wrong exercise number");
51
}
52
+ ctx.close();
53
54
0 commit comments