Dress/L/leostudiooo/hello.cpp

7 lines
99 B
C++
Raw Permalink Normal View History

2021-08-03 18:47:35 +08:00
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"Hello World!";
return 0;
}