diff --git a/hello.c b/hello.c index 3a47ea5..03fb059 100644 --- a/hello.c +++ b/hello.c @@ -1,5 +1,5 @@ #include int main(int argc, char **argv) { - printf("Hello world!\n"); + printf("Hello world!!!\n"); }