aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-02 18:20:34 -0800
committerChristian C <cc@localhost>2025-03-02 18:20:34 -0800
commit95af2110c0f139cdfea49fa82358508f031f2ad8 (patch)
tree8d6eea6cb7ee970ec0191b1092af32162be4db14 /src/main.c
Initial commit
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..136db02
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+int main()
+{
+ return 0;
+}