This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
schtonn
/
czj
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
e2a75a2b31
Ramos
Etiquetas
master
czj
/
VS Code
/
hello world.cpp
hello world.cpp
98 B
Histórico
Em bruto
1
2
3
4
5
6
7
#include <iostream>
int main()
{
printf("Hello world\n");
system("pause");
return 0;
}