From 49891f6bce29843f503b437c84d83cb787ecfa87 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 10 Jan 2026 16:37:39 +0800 Subject: first commit --- ch01/ex01-hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ch01/ex01-hello.c (limited to 'ch01/ex01-hello.c') diff --git a/ch01/ex01-hello.c b/ch01/ex01-hello.c new file mode 100644 index 0000000..53f4080 --- /dev/null +++ b/ch01/ex01-hello.c @@ -0,0 +1,6 @@ +#include + +int main() +{ + printf("hello, world\n"); +} -- cgit v1.2.3