(C) Estrutura básica
auryan
c_cpp
3 years ago
177 B
6
Indexable
// biblioteca padrão de entrada/saída
#include <stdio.h>
// função principal
int main()
{
/* blocos de comandos */
return 0; // finaliza a função
}Editor is loading...