diff --git a/1-1.c b/1-1.c index b828ed9..d3acc33 100644 --- a/1-1.c +++ b/1-1.c @@ -1,6 +1,6 @@ #include -int main () +void main () { - printf("Hello world !"); - return 0; + printf("Hello world !\n"); + printf("Welcome to Gethub !\n"); }