Max Mahn

aboutsummaryrefslogtreecommitdiff
path: root/def/skel/c/src/main.c
diff options
context:
space:
mode:
authorMax Mahn <mahn.maxwell@proton.me>2026-05-20 09:23:50 -0400
committerMax Mahn <mahn.maxwell@proton.me>2026-05-20 09:23:50 -0400
commit137e4ed9d74891349de1b0da1e0cf2653ea92c5e (patch)
tree29f913c45c081ec52269362eb2ce7f6f18d09070 /def/skel/c/src/main.c
initial commit
Diffstat (limited to 'def/skel/c/src/main.c')
-rw-r--r--def/skel/c/src/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/def/skel/c/src/main.c b/def/skel/c/src/main.c
new file mode 100644
index 0000000..494e6d9
--- /dev/null
+++ b/def/skel/c/src/main.c
@@ -0,0 +1,8 @@
+
+#include<stdio.h>
+
+int main(int argc, char *argv[])
+{
+ return 0;
+}
+