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