diff --git a/C/Hello_word.c b/C/Hello_word.c index c5a0eb9..7cafd45 100644 --- a/C/Hello_word.c +++ b/C/Hello_word.c @@ -2,7 +2,7 @@ int main() { -printf("HELLO WORLD") +printf("HELLO WORLD!!!") return 0; }