This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
schtonn
/
czj
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
e2a75a2b31
Atzari
Tagi
master
czj
/
VS Code
/
hello world.cpp
hello world.cpp
98 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
#include <iostream>
int main()
{
printf("Hello world\n");
system("pause");
return 0;
}