mirror of
https://github.com/Cute-Dress/Dress.git
synced 2024-11-24 06:05:04 +08:00
7 lines
99 B
C++
7 lines
99 B
C++
|
#include<bits/stdc++.h>
|
||
|
using namespace std;
|
||
|
int main(){
|
||
|
cout<<"Hello World!";
|
||
|
return 0;
|
||
|
}
|