Added colors

This commit is contained in:
Clément
2025-02-28 14:58:42 +01:00
parent ac631cbe0f
commit f0a9617649
3 changed files with 19 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ public class Client {
public static void main(String[] args) {
try {
Client client = new Client(new InetSocketAddress("localhost", 6665));
Client client = new Client(new InetSocketAddress("192.168.199.131", 6665));
Scanner scanner = new Scanner(System.in);
while(true) {
String message = scanner.nextLine();