summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPancakeTAS <pancake@mgnet.work>2026-06-12 13:21:58 +0200
committerPancakeTAS <pancake@mgnet.work>2026-06-13 14:42:06 +0200
commit54c2a13447914664fc78e1ab19ea717630873998 (patch)
treed83bca940d6d55d851c351092260394ad4eef69f /src
Initial commit
Diffstat (limited to 'src')
-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..6b8d9db
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-3.0-or-later */
+
+#include <stdlib.h>
+
+int main() {
+ return EXIT_SUCCESS;
+}