summaryrefslogtreecommitdiff
path: root/src/irm/main.c
blob: 8ab071e0f66f2254ce55a8e33fcd819d3c0df371 (plain)
1
2
3
4
5
6
7
8
9
10
#define OUROBOROS_PREFIX "irm"

#include <ouroboros/logs.h>

int main()
{
        LOG_DBG("Test of the IRM");

        return 0;
}