This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
schtonn
/
czj
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
e2a75a2b31
Ramas
Etiquetas
master
czj
/
VS Code
/
hello world.cpp
hello world.cpp
98 B
Histórico
Raw
1
2
3
4
5
6
7
#include <iostream>
int main()
{
printf("Hello world\n");
system("pause");
return 0;
}