This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
schtonn
/
czj
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e2a75a2b31
Rami (Branch)
Tag
master
czj
/
VS Code
/
hello world.cpp
hello world.cpp
98 B
Cronologia
Originale
1
2
3
4
5
6
7
#include <iostream>
int main()
{
printf("Hello world\n");
system("pause");
return 0;
}