diff --git a/hello.c b/hello.c index 28f4f3b..6c52915 100644 --- a/hello.c +++ b/hello.c @@ -2,6 +2,7 @@ int main() { printf("Hello, world!\n"); + printf("hello test\n"); return 0; }