summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-02-20 11:01:16 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-02-20 11:01:16 +0530
commit44f9f648bc9de9d2e9a1054161a223cadd7c362d (patch)
tree75002650abc2b92ea93e74f701eaf6e30f21a136 /src/main.c
hello world
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..2328803
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main() {
+ printf("Hello World\n");
+ return 0;
+}