From b7c25be2d99e92cb063500d440a0c40d0831b0f8 Mon Sep 17 00:00:00 2001 From: Aneesh Phatak Date: Sat, 10 May 2025 09:02:53 +0530 Subject: [PATCH] first commit this is --- hello.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 00000000..85e11ca6 --- /dev/null +++ b/hello.c @@ -0,0 +1,5 @@ +#include + +int main() { +printf("first time\n"); +}