From 126762cc9b3322d724102ebd94ff8d4e2311c150 Mon Sep 17 00:00:00 2001 From: verdant Date: Mon, 1 Jun 2026 20:44:58 +0800 Subject: Initial commit --- helloworld.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 helloworld.c (limited to 'helloworld.c') diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 0000000..5d89a54 --- /dev/null +++ b/helloworld.c @@ -0,0 +1,4 @@ +int main() { + write(1, "hello world", 12); + exit(0); +} -- cgit v1.2.3