]> zdv2.bktei.com Git - BK-2023-05.git/blobdiff - src/kr_exercises/ch1/s1.5/getchar_eof_test.c
chore(src/kr):Update comment
[BK-2023-05.git] / 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(){