diff --git a/hello.c b/hello.c index 98804ec..6ed5400 100644 --- a/hello.c +++ b/hello.c @@ -2,7 +2,7 @@ int main() { - printf("Hello from GIT\n"); + printf("Hello from GIT again\n"); return 0; }