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