diff --git a/test1.c b/test1.c index 160f760..2000406 100644 --- a/test1.c +++ b/test1.c @@ -1,6 +1,6 @@ #include int main() { - printf("Hello, world!\n"); + printf("Hello, world!\n"); return 0; }