remoção dos binários da aula 4

This commit is contained in:
Blau Araujo 2025-03-20 15:06:56 -03:00
parent 09d21771ce
commit 0d609f3242
5 changed files with 0 additions and 17 deletions

Binary file not shown.

View file

@ -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.