diff options
author | kartofen <mladenovnasko0@gmail.com> | 2023-04-30 17:39:21 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2023-04-30 17:39:21 +0300 |
commit | 823d499e4f57151b8ded478727b102b53941436f (patch) | |
tree | ec5223bb59d023e07ef18a97b5e7bc669dd48086 /src/daemon/main.c | |
parent | d42853496fc976ef3d067af421a1a3811660033d (diff) |
Diffstat (limited to 'src/daemon/main.c')
-rw-r--r-- | src/daemon/main.c | 2 |
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; } |