summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-04-12 02:01:12 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-04-12 02:01:12 (EDT)
commit2710882a528c5e68cf8a647d5b6d3f100d52a9ff (patch)
tree8cf60c06607c8e6b88527976f8494cbd698dee7b /src/main.c
Initial commit
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..71f0d9b
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,5 @@
+int
+main(int argc, char *argv[])
+{
+ return 0;
+}