#define OUROBOROS_PREFIX "da"

#include <ouroboros/logs.h>

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

        return 0;
}