correc files
This commit is contained in:
parent
6c42540095
commit
1ce775d140
|
@ -0,0 +1,3 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(void) { puts("Test facile"); return (0); }
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int a_global = 40;
|
||||||
|
|
||||||
|
int main(void) {
|
||||||
|
printf("Global is: %d\n", a_global);
|
||||||
|
return (0);
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue