summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-09 18:53:57 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-09 18:53:57 +0300
commit000ec2108b669ae679320483e4ca241b6a402d20 (patch)
treeea4bdcdf0f0f100be01bddd4523b807ebcfcf60a
downloadheippa-000ec2108b669ae679320483e4ca241b6a402d20.tar.gz
Add: hello.c
-rw-r--r--heippa.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/heippa.c b/heippa.c
new file mode 100644
index 0000000..d3f0959
--- /dev/null
+++ b/heippa.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int
+main(void)
+{
+ puts("hello, world");
+ return 0;
+}