index
:
hello.git
master
Test repository.
rayi512x <
[email protected]
>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
hello.c
2
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;
}