From 195adf6e4664b2e7c15336e6904637325df9ab3c Mon Sep 17 00:00:00 2001 From: rayi512x Date: Sun, 20 Sep 2026 16:02:22 +0700 Subject: Add hello.c and rename readme --- hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.c (limited to 'hello.c') diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..f65fc66 --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include + +int main(void) { + printf("Hello, world!\n"); + return 0; +} -- cgit v1.2.3