bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

commit 09e9df3e62e7f4867efff7b3ab9a2c25dbae83b3
parent 392babedff707a748071e66337c8fdd70454973f
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Fri,  5 Sep 2025 18:36:43 +0530

Create hello.c
Diffstat:
Ac/hello.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/c/hello.c b/c/hello.c @@ -0,0 +1,4 @@ +#include<stdio.h> +void main() { + printf("Hello world!"); +}
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror