From: Steven Baltakatei Sandoval Date: Fri, 12 Aug 2022 22:37:20 +0000 (+0000) Subject: chore(src/kr):Update comment X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2023-05.git/commitdiff_plain/2a8a7b5d4a72b64bd8178ef85b8213e198aea0c0 chore(src/kr):Update comment --- diff --git a/src/kr_exercises/ch1/s1.5/getchar_eof_test.c b/src/kr_exercises/ch1/s1.5/getchar_eof_test.c index 3ef4f5d..34d8109 100644 --- a/src/kr_exercises/ch1/s1.5/getchar_eof_test.c +++ b/src/kr_exercises/ch1/s1.5/getchar_eof_test.c @@ -4,9 +4,9 @@ */ #include -/* 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(){