summaryrefslogtreecommitdiff
path: root/template/skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'template/skel.c')
-rw-r--r--template/skel.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/skel.c b/template/skel.c
new file mode 100644
index 0000000..9b6b772
--- /dev/null
+++ b/template/skel.c
@@ -0,0 +1,8 @@
+#include <stdlib.h>
+#include <stdio.h>
+
+
+
+int main(char* argv[], int argc) {
+
+}