From 151f037d655d91ce2931c62c8b5dcca40c26a4f5 Mon Sep 17 00:00:00 2001 From: mpabi Date: Mon, 15 Sep 2025 16:37:04 +0200 Subject: [PATCH] main.c -> Hello, Mati --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index f26b97c..aae04cc 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ #include int main() { - printf("Hello, World!\n"); + printf("Hello, Mati!\n"); return 0; }