From 000ec2108b669ae679320483e4ca241b6a402d20 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 9 Apr 2018 18:53:57 +0300 Subject: Add: hello.c --- heippa.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 heippa.c 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 + +int +main(void) +{ + puts("hello, world"); + return 0; +} -- cgit v1.2.1