From 28f01248404c42d747aedba26c91bc95413c100e Mon Sep 17 00:00:00 2001 From: "Samuel A. Wirajaya" Date: Wed, 28 Dec 2022 20:31:03 -0500 Subject: aaaaaaaaa --- hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..c7a176a --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include + +int main(int, char**) { + printf("hello, world\n"); + return 0; +} -- cgit v1.2.3