From bbaaf818b2c97c90da872aeb512fa395c7917b15 Mon Sep 17 00:00:00 2001 From: godsfryingpan Date: Mon, 23 Mar 2026 17:18:32 -0500 Subject: [PATCH] update main.c to use formatting --- src/templates/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }