update code cm2

This commit is contained in:
Francois Lesueur 2022-09-07 16:19:04 +02:00
parent eb5726c8d1
commit f6827b7c87
2 changed files with 0 additions and 4 deletions

View File

@ -7,6 +7,4 @@ void main()
unsigned char c = a + b;
printf("Value of c is: %d\n",c);
}

View File

@ -7,6 +7,4 @@ void main()
char c = a + b;
printf("Value of c is: %d\n",c);
}