summaryrefslogtreecommitdiffstats
path: root/1/1.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/1.c
parent5433f7161662106ac6337db8e6344a705bb18fc2 (diff)
downloadk&r-exercises-3c3f71ceb83e6f8317ba55244f06f67c107e5c51.tar.gz
Comments.
Diffstat (limited to '1/1.c')
-rw-r--r--1/1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/1/1.c b/1/1.c
index 5cf53fd..70aacff 100644
--- a/1/1.c
+++ b/1/1.c
@@ -1,7 +1,6 @@
#include <stdio.h>
/* Prints the famous "hello, world" string */
-
int main(int argc, char *argv[]) {
printf("hello, world\n");
return 0;