#define OUROBOROS_PREFIX "da"

#include <ouroboros/logs.h>

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

        return 0;
}