From 2c345e0909a082b77be959a4e6166cdbdc79e067 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Fri, 10 May 2019 16:00:12 -0400 Subject: Init. --- hello.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hello.c (limited to 'hello.c') diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..b1ad928 --- /dev/null +++ b/hello.c @@ -0,0 +1,8 @@ +#include + +main() { + printf("hello, "); + printf("world."); + printf("\n"); +} + -- cgit v1.2.3