From b3c0833cc1cce963202dd8c0526179b44b8f7c50 Mon Sep 17 00:00:00 2001 From: Gayatri Date: Sun, 23 Mar 2025 12:45:32 +0530 Subject: [PATCH] updated chaapter 1 folder ..added a comment --- Chapter 1/06_input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Chapter 1/06_input.c b/Chapter 1/06_input.c index 1879000..3b4bfd9 100644 --- a/Chapter 1/06_input.c +++ b/Chapter 1/06_input.c @@ -5,4 +5,5 @@ int main(){ scanf("%d", &a); printf("The value of a is %d", a); return 0; -} \ No newline at end of file +} +// new change