modifiche codice

This commit is contained in:
2023-02-04 10:24:25 +01:00
parent f316e7a997
commit 75accbd36a
4 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ import java.io.IOException;
public class ClientSconnesso {
public static void main(String[] args) {
// TODO code application logic here
String messaggio = "Ciao amico server";
try {
@@ -15,5 +14,4 @@ public class ClientSconnesso {
System.out.println(ex.getMessage());
}
}
}
}