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); - - }