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

#include <ouroboros/logs.h>

int main(void)
{
        LOG_DBG("Test of the DA");

        return 0;
}