summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index e69de29..6f9e8fc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -0,0 +1,9 @@
+#include <stdio.h>
+
+#include "lib/mdb.h"
+
+int main(int argc, char **argv)
+{
+ printf("Hello, World!\n");
+ return 0;
+}