From 39c0cbcc70aff47e17107826aa76cb525c83b122 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 9 Jul 2019 16:00:48 -0400 Subject: ch2 --- ch1/hello.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ch1/hello.c (limited to 'ch1/hello.c') diff --git a/ch1/hello.c b/ch1/hello.c new file mode 100644 index 0000000..b1ad928 --- /dev/null +++ b/ch1/hello.c @@ -0,0 +1,8 @@ +#include + +main() { + printf("hello, "); + printf("world."); + printf("\n"); +} + -- cgit v1.2.3