Rename main to server and add empty executable userctl

This commit is contained in:
2026-05-28 12:53:43 +02:00
parent 22b796ae26
commit f343c86800
4 changed files with 21 additions and 7 deletions

7
src/userctl.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}