From 2a8a7b5d4a72b64bd8178ef85b8213e198aea0c0 Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Fri, 12 Aug 2022 22:37:20 +0000 Subject: [PATCH] chore(src/kr):Update comment --- src/kr_exercises/ch1/s1.5/getchar_eof_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(){ -- 2.39.5