This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
hongwenjun
/
cpp
spogulis no
https://github.com/hongwenjun/cpp
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
e5b1b134c2
Atzari
Tagi
main
cpp
/
examples
/
12_helloworld.cpp
12_helloworld.cpp
103 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, world!" << endl;
return 0;
}