summaryrefslogtreecommitdiffstats
path: root/ffvisd/ffvisd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffvisd/ffvisd.c')
-rw-r--r--ffvisd/ffvisd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ffvisd/ffvisd.c b/ffvisd/ffvisd.c
new file mode 100644
index 0000000..dc79d60
--- /dev/null
+++ b/ffvisd/ffvisd.c
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+int main() {
+ return 0;
+}