summaryrefslogtreecommitdiffstats
path: root/1/6.c
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-11-16 19:36:08 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-11-16 19:36:08 +0800
commit3c3f71ceb83e6f8317ba55244f06f67c107e5c51 (patch)
tree1c8647a368ca1662b6426c3dce598398d6c36c58 /1/6.c
parent5433f7161662106ac6337db8e6344a705bb18fc2 (diff)
downloadk&r-exercises-3c3f71ceb83e6f8317ba55244f06f67c107e5c51.tar.gz
Comments.
Diffstat (limited to '1/6.c')
-rw-r--r--1/6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/1/6.c b/1/6.c
index c478c7a..240175e 100644
--- a/1/6.c
+++ b/1/6.c
@@ -1,5 +1,6 @@
#include <stdio.h>
+/* prints input characters */
int main(int argc, char *argv[]) {
int c;