From a3b8c123a2a10df0d5660c58c6d3a61418966c52 Mon Sep 17 00:00:00 2001 From: Johnboyke445 <123312562+Johnboyke445@users.noreply.github.com> Date: Fri, 21 Nov 2025 10:01:07 +0100 Subject: [PATCH] Change greeting message in bonjour.c --- TP1/src/bonjour.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TP1/src/bonjour.c b/TP1/src/bonjour.c index 8bf040ac..0761fb8c 100644 --- a/TP1/src/bonjour.c +++ b/TP1/src/bonjour.c @@ -2,6 +2,7 @@ #include int main() { -printf("Bonjour l'ISEP"); +printf("Bonjour tous le monde"); } +