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