aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
blob: da92ead94b87934ac3e1ac599fe962e6135d9684 (plain)
1
2
3
4
5
6
7
#include <iostream>

using namespace std;

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