From df065788b45b4fbe32e10a1955b10ae448b55102 Mon Sep 17 00:00:00 2001 From: Thibaud LA RIVIERE-GILLET Date: Sat, 16 Dec 2023 17:52:36 +0100 Subject: [PATCH] nouvelle version plus bo de fusion sur struct, a rendre encore plus bo --- srcs/atomes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcs/atomes.c b/srcs/atomes.c index 1a0f39a..7860016 100644 --- a/srcs/atomes.c +++ b/srcs/atomes.c @@ -138,6 +138,7 @@ void afficherOffre(Offre *offre) /*---------------------------------------------------------------------*/ +/* int main(void) { Offre offre1 = {"Travaux1", NULL}; @@ -173,5 +174,4 @@ int main(void) return (0); } - - +*/ \ No newline at end of file