This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
schtonn
/
czj
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
e2a75a2b31
Branches
Tags
master
czj
/
VS Code
/
hello world.cpp
hello world.cpp
98 B
Historique
Raw
1
2
3
4
5
6
7
#include <iostream>
int main()
{
printf("Hello world\n");
system("pause");
return 0;
}