aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/main.c
blob: 876c00451c41e7fa0bff36a2be865d362b2e488b (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include "test-util.h"

int main(void)
{
    hello();
    return 0;
}