From 0ef5abc3525bb9f9118f108377973dc963305d2d Mon Sep 17 00:00:00 2001 From: systemarima <84008993+systemarima@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:24:44 +0800 Subject: [PATCH] Update helloworld.c --- helloworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }