Adicionado o exercicio 2
This commit is contained in:
parent
7b76e71865
commit
a42ceeff5d
1 changed files with 9 additions and 0 deletions
9
aula-01/exercico2.c
Normal file
9
aula-01/exercico2.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <stdio.h> // O que é isso e para que serve?
|
||||
|
||||
// Por que todo o programa é escrito na função 'main()'?
|
||||
int main(void) {
|
||||
|
||||
puts("Salve, simpatia!"); // O que faz e como se usa a função 'puts()'?
|
||||
|
||||
return 0; // Para que serve esta instrução?
|
||||
}
|
Loading…
Add table
Reference in a new issue