From f78310f4886bad7029cc039971159ab7a97e00af Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 11 Feb 2016 15:50:16 +0100 Subject: Initial build infrastructure Contains the initial build infrastructure. Cmake was chosen for portability reasons. --- src/da/main.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/da/main.c (limited to 'src/da/main.c') 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 + +int main() +{ + printf("Test of the DA\n"); + + return 0; +} -- cgit v1.2.3