summaryrefslogtreecommitdiff
path: root/miniany/hello.c
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-08-05 21:34:13 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-08-05 21:34:13 +0200
commit7d0ea16a2c64883810f57b05d864837ddd724441 (patch)
tree1210fa62f4a0b3c137d824a89d25c052aab12108 /miniany/hello.c
parentb41a259e3f43d1a4ede320fa54e5e7b0f0a551fd (diff)
downloadcompilertests-7d0ea16a2c64883810f57b05d864837ddd724441.tar.gz
compilertests-7d0ea16a2c64883810f57b05d864837ddd724441.tar.bz2
added quite some links around c4
Diffstat (limited to 'miniany/hello.c')
-rw-r--r--miniany/hello.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/miniany/hello.c b/miniany/hello.c
new file mode 100644
index 0000000..ab06506
--- /dev/null
+++ b/miniany/hello.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main()
+{
+ printf("hello, world\n");
+ return 0;
+}