Author: Not specified | Language: cpp |
Description: Hello world (v2) | Timestamp: 2018-04-08 20:35:47 +0000 |
View raw paste | Parent paste by: Stanislav Lemeshaev | Reply |
- #include <iostream>
- using namespace std;
- int main(){
- cout << "Hello world" << endl;
- }
View raw paste | Parent paste by: Stanislav Lemeshaev | Reply |