From d843e891a7526862c10e77549f3d88048022dae6 Mon Sep 17 00:00:00 2001 From: rayi512x Date: Sun, 20 Sep 2026 17:44:21 +0700 Subject: Accept parameters --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index f65fc66..67fc992 100644 --- a/hello.c +++ b/hello.c @@ -1,6 +1,6 @@ #include -int main(void) { +int main(int argc, char* argv[]) { printf("Hello, world!\n"); return 0; } -- cgit v1.2.3