summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-12-24 17:56:58 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2023-12-24 17:56:58 +0100
commitc6eb14fc5ee363b8ffbebc81b7a2445c6c8c79b4 (patch)
tree887060f36026628215277f7c366e62df5ab42ec7 /src/main.c
parentbe5c4b4d2f31b22157b299f6431fbd9c3fcd042c (diff)
Minor changes
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..cf33aba
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,8 @@
+
+
+
+int main(int argc, char *argv[])
+{
+
+ return 0;
+}