mirror of
https://gitlab.com/blau_araujo/cblc.git
synced 2025-05-11 02:56:35 -03:00
remoção dos binários da aula 4
This commit is contained in:
parent
09d21771ce
commit
0d609f3242
5 changed files with 0 additions and 17 deletions
Binary file not shown.
|
@ -1,17 +0,0 @@
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
int a = 23;
|
|
||||||
|
|
||||||
int b;
|
|
||||||
|
|
||||||
void print_b(void) {
|
|
||||||
b = 10;
|
|
||||||
printf("b=%d\n", b);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
int main(void) {
|
|
||||||
printf("a=%d\n", a);
|
|
||||||
print_b();
|
|
||||||
}
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue