commit 721efad4d43ad495098190509e98d6835d08cf91 parent 09e9df3e62e7f4867efff7b3ab9a2c25dbae83b3 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Fri, 5 Sep 2025 19:50:14 +0530 Delete c/hello.c Diffstat:
| D | c/hello.c | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/c/hello.c b/c/hello.c @@ -1,4 +0,0 @@ -#include<stdio.h> -void main() { - printf("Hello world!"); -}