aboutsummaryrefslogtreecommitdiff
path: root/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'hello.c')
-rw-r--r--hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello.c b/hello.c
index f65fc66..67fc992 100644
--- a/hello.c
+++ b/hello.c
@@ -1,6 +1,6 @@
#include <stdio.h>
-int main(void) {
+int main(int argc, char* argv[]) {
printf("Hello, world!\n");
return 0;
}