From 03ab3e93f73a4d1c5e547e927516a88fc87be72c Mon Sep 17 00:00:00 2001 From: "a.delucreziis" Date: Thu, 30 Oct 2025 16:21:45 +0000 Subject: [PATCH] Piccola modifica --- hello_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.c b/hello_world.c index 878686d..13360cd 100644 --- a/hello_world.c +++ b/hello_world.c @@ -1,5 +1,5 @@ #include int main(){ -printf("Hello, world!\n"); + printf("Hello, world!\n"); }