summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-01-31 17:23:58 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-01-31 17:23:58 +0100
commitdcb0210f2a1edaaf23cc8b11e86619eca2658d28 (patch)
treec4b42e96646f3b97a84dfd0dc225da200b40dac2 /main.c
downloadlog-dcb0210f2a1edaaf23cc8b11e86619eca2658d28.tar.gz
log-dcb0210f2a1edaaf23cc8b11e86619eca2658d28.zip
Initial commit
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.c b/main.c
new file mode 100644
index 0000000..5119573
--- /dev/null
+++ b/main.c
@@ -0,0 +1,7 @@
+/* See LICENSE file for copyright and license details. */
+
+int
+main(int argc, char **argv)
+{
+ return 0;
+} \ No newline at end of file