From f6827b7c872cb251333e83052b20934e4c6ca82e Mon Sep 17 00:00:00 2001 From: Francois Lesueur Date: Wed, 7 Sep 2022 16:19:04 +0200 Subject: [PATCH] update code cm2 --- cm2-nombres-code/char.c | 2 -- cm2-nombres-code/char2.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/cm2-nombres-code/char.c b/cm2-nombres-code/char.c index 8741462..d1e082f 100644 --- a/cm2-nombres-code/char.c +++ b/cm2-nombres-code/char.c @@ -7,6 +7,4 @@ void main() unsigned char c = a + b; printf("Value of c is: %d\n",c); - - } diff --git a/cm2-nombres-code/char2.c b/cm2-nombres-code/char2.c index e615001..c11a289 100644 --- a/cm2-nombres-code/char2.c +++ b/cm2-nombres-code/char2.c @@ -7,6 +7,4 @@ void main() char c = a + b; printf("Value of c is: %d\n",c); - - }