Send and receive usernames

This commit is contained in:
2025-05-24 18:57:13 +02:00
parent 40d58ab011
commit ad9b5eb1ff
2 changed files with 67 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
all:
g++ -std=c++17 src/main.cpp src/usermanager.cpp -o ncsambawatcher
g++ -lrt -std=c++17 src/main.cpp src/usermanager.cpp -o ncsambawatcher