Browse Source

ceci est un exem program

Nguyen Hoang-Triet 1 year ago
commit
3bdafdfff3
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      exem.c

+ 10
- 0
exem.c View File

@@ -0,0 +1,10 @@
1
+#include <stdio.h>
2
+#include <stdlib.h>
3
+
4
+int main(){
5
+    int a,b,c;
6
+    a= 10;
7
+    b =20;
8
+    c = a + b;
9
+    printf("%d \n", c);
10
+}

Loading…
Cancel
Save