summaryrefslogtreecommitdiff
path: root/src/da/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/da/main.c')
-rw-r--r--src/da/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/da/main.c b/src/da/main.c
new file mode 100644
index 00000000..2eeb7b36
--- /dev/null
+++ b/src/da/main.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int main()
+{
+ printf("Test of the DA\n");
+
+ return 0;
+}