diff --git a/hello.c b/hello.c index 73b0c4689fbda252b0767cfabdbdc6aa83530fe9..5efc7190a0ada90b4adb80ec3d3a3777d6ea3380 100644 --- a/hello.c +++ b/hello.c @@ -1,5 +1,5 @@ #include int main(void) { - printf("hello, world!\n"); + printf("hello, conflict!\n"); } \ No newline at end of file