aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/c-mode/main
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/c-mode/main')
-rw-r--r--snippets/c-mode/main11
1 files changed, 11 insertions, 0 deletions
diff --git a/snippets/c-mode/main b/snippets/c-mode/main
new file mode 100644
index 0000000..4ef3d2a
--- /dev/null
+++ b/snippets/c-mode/main
@@ -0,0 +1,11 @@
+# -*- mode: snippet -*-
+# name: main
+# key: main
+# --
+
+#include <stdio.h>
+
+int main(int arc, char** argv)
+{
+ return 0;
+} \ No newline at end of file