From 74eae1f48b5c014c2672dd317787043ccd4027e2 Mon Sep 17 00:00:00 2001 From: nitheesh Date: Tue, 17 Sep 2024 20:45:38 +0530 Subject: [PATCH] initial commit --- main.c.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.c.txt diff --git a/main.c.txt b/main.c.txt new file mode 100644 index 0000000..14cf250 --- /dev/null +++ b/main.c.txt @@ -0,0 +1,6 @@ +void main() +{ + +while(1); + +} \ No newline at end of file