summaryrefslogtreecommitdiff
path: root/src/da/main.c
blob: 2eeb7b36dda8abb4325adb17d07a90c2f7758433 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int main()
{
        printf("Test of the DA\n");

        return 0;
}