(C) Estrutura básica

auryan avatar
auryan
c_cpp
10/14/2022 9:50 PM
236 B
14
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...