summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}