chore(src/kr):Update comment
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 12 Aug 2022 22:37:20 +0000 (22:37 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 12 Aug 2022 22:37:20 +0000 (22:37 +0000)
src/kr_exercises/ch1/s1.5/getchar_eof_test.c

index 3ef4f5d9daab3301527352ea20e5415a340c7963..34d810982c88af97edf6939526eb243b9cc5c17e 100644 (file)
@@ -4,9 +4,9 @@
  */
 #include <stdio.h>
 
-/* Reads a single character. Will display "output:0" if first
- *  character provided is EOF (e.g. "alt+D").  Otherwise, will display
- *  "output:1".
+/* Exercise 1-6 solution: Reads a single character. Will display
+ *  "output:0" if first character provided is EOF (e.g. "alt+D").
+ *  Otherwise, will display "output:1".
  */
 
 int main(){