summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTom Smeding <t.j.smeding@uu.nl>2024-07-13 18:15:24 +0200
committerTom Smeding <t.j.smeding@uu.nl>2024-07-13 18:15:24 +0200
commit54b03f5073f6caa07115c764ee5688bb1cd62468 (patch)
tree83c9881b73d2dfcff3a73e764dc5446f6d217aaa /main.c
parentb9282287aef553003c53ba89c86d6e2822f5bff8 (diff)
Multi-call binary
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
new file mode 100644
index 0000000..b5e3883
--- /dev/null
+++ b/main.c
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+int main(int argc, char **argv) {
+ fprintf(stderr, "Drukkedoos moet nog geïmplementeerd worden\n");
+}