diff

Diff code posted
created at 20 May 03:57

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/c_lang/hello.c b/c_lang/hello.c
index bab4f9d..53eafda 100644
--- a/c_lang/hello.c
+++ b/c_lang/hello.c
@@ -7,7 +7,7 @@ int main(int argc, char **argv)
         * -3
         * -2
         */
-       printf("Hello word!!\n");
+       printf("Hello world!!\n");
        return 0;
        /* +2
         * +3
333 Bytes in 3 ms with coderay