ceci est un exem program
This commit is contained in:
commit
3bdafdfff3
1 changed files with 10 additions and 0 deletions
10
exem.c
Normal file
10
exem.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(){
|
||||
int a,b,c;
|
||||
a= 10;
|
||||
b =20;
|
||||
c = a + b;
|
||||
printf("%d \n", c);
|
||||
}
|
Loading…
Reference in a new issue