Initial commit with empty qt client and empty 'server'

This commit is contained in:
2026-01-30 20:34:48 +01:00
commit 31f118d77d
18 changed files with 234 additions and 0 deletions

2
server/main.cpp Normal file
View File

@@ -0,0 +1,2 @@
int main(int argc, char *argv[]) { return 0; }