summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-11-07 16:30:41 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-11-07 16:31:06 +0100
commit468468633e2b07e39d3edeb169a1924d4c4ce773 (patch)
tree3799951520ecb7415a4fd277800b0ee844bd7c43 /src/main.c
First commit
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..974ac09
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,6 @@
+#include <stdlib.h>
+
+int main(void)
+{
+ return 0;
+}