mirror of https://github.com/Nofated095/Dress.git
7 lines
99 B
C++
7 lines
99 B
C++
|
#include<bits/stdc++.h>
|
||
|
using namespace std;
|
||
|
int main(){
|
||
|
cout<<"Hello World!";
|
||
|
return 0;
|
||
|
}
|