From 6afc0ba12ed5734ee65aeefa0f1b9de87f934930 Mon Sep 17 00:00:00 2001 From: Anshiyakansal Date: Tue, 25 Mar 2025 23:48:57 +0530 Subject: [PATCH] new file as hi there --- Chapter 0/01_first.c | 5 ++++- hi there.txt | 0 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 hi there.txt diff --git a/Chapter 0/01_first.c b/Chapter 0/01_first.c index 7071fd0..95f469a 100644 --- a/Chapter 0/01_first.c +++ b/Chapter 0/01_first.c @@ -3,4 +3,7 @@ int main(){ printf("Hello World"); return 0; -} \ No newline at end of file +} + + +// hello there \ No newline at end of file diff --git a/hi there.txt b/hi there.txt new file mode 100644 index 0000000..e69de29