aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2023-04-30 17:39:21 +0300
committerkartofen <mladenovnasko0@gmail.com>2023-04-30 17:39:21 +0300
commit823d499e4f57151b8ded478727b102b53941436f (patch)
treeec5223bb59d023e07ef18a97b5e7bc669dd48086 /src/daemon
parentd42853496fc976ef3d067af421a1a3811660033d (diff)
like 350 lines total of scripts and makefileHEADmaster
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/main.c b/src/daemon/main.c
index 876c004..1e562d6 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -1,8 +1,6 @@
#include <stdio.h>
-#include "test-util.h"
int main(void)
{
- hello();
return 0;
}