Create and implemented userManager class

This commit is contained in:
2025-05-22 19:33:56 +02:00
parent 6ad501ec50
commit 40d58ab011
6 changed files with 135 additions and 4 deletions

View File

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