rt3x.de NoPaste

HelloWorld.cpp

This is a nopaste service, powered by Flying Paste.

Author: Malte Bublitz
Language/File type: C++

Code

1
2
3
4
5
6
7
8
#import <iostream>

using namespace std;

int main() {
    cout << "Hello World!" << endl;
    return 0;
}