aboutsummaryrefslogtreecommitdiff
path: root/leostudiooo/hello.cpp
blob: 3f51437d1a48cae07b57e397ce537b4004039b35 (plain)
1
2
3
4
5
6
#include<bits/stdc++.h>
using namespace std;
int main(){
    cout<<"Hello World!";
    return 0;
}