From f20017067fd2500709f1995218fee64aed78e32b Mon Sep 17 00:00:00 2001 From: Stephan Rehfeld Date: Tue, 21 Oct 2025 15:08:43 +0200 Subject: [PATCH] Fixed typo in main.c --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 8b9cad0..76f8087 100644 --- a/main.c +++ b/main.c @@ -2,7 +2,7 @@ #include int main(void) { - puts("Hello Wrld"); + puts("Hello World"); return EXIT_SUCCESS; }