diff --git a/helloworld.c b/helloworld.c index 91d2941..e5a83bd 100644 --- a/helloworld.c +++ b/helloworld.c @@ -7,6 +7,6 @@ int main(int argc, char** argv) printf(", %s", argv[1]); } printf("\n"); - printf("test github pull request 6 from ferrywu\n"); + printf("test github by systemarima\n"); return 0; }