(C) Estrutura básica

 avatar
auryan
c_cpp
3 years ago
177 B
3
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...