summaryrefslogtreecommitdiff
path: root/src/nsmd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsmd/main.c')
-rw-r--r--src/nsmd/main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nsmd/main.c b/src/nsmd/main.c
new file mode 100644
index 00000000..e2971dca
--- /dev/null
+++ b/src/nsmd/main.c
@@ -0,0 +1,10 @@
+#define OUROBOROS_PREFIX "da"
+
+#include <ouroboros/logs.h>
+
+int main()
+{
+ LOG_DBG("Test of the DA");
+
+ return 0;
+}