summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-07-21 04:06:54 +0200
committerache <ache@ache.one>2017-07-21 04:06:54 +0200
commitad202cb00c78add312af2adb1c661e79dbc6f9cc (patch)
tree862e3159c19bd67aef18ae570e779ccd6f9eaffe
parentSearch/make option (diff)
templates files
-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) {
+
+}