diff options
Diffstat (limited to 'src/irmd/main.c')
-rw-r--r-- | src/irmd/main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c new file mode 100644 index 00000000..8ab071e0 --- /dev/null +++ b/src/irmd/main.c @@ -0,0 +1,10 @@ +#define OUROBOROS_PREFIX "irm" + +#include <ouroboros/logs.h> + +int main() +{ + LOG_DBG("Test of the IRM"); + + return 0; +} |