diff --git a/src/templates/main.c b/src/templates/main.c index 1089a12..3bccb6c 100644 --- a/src/templates/main.c +++ b/src/templates/main.c @@ -1,7 +1,7 @@ #include int main() { - printf("Hello, world!\n"); + printf("Hello, world!\n"); - return 0; + return 0; }