mirror of
https://github.com/wczffl-503/OI-Codes.git
synced 2025-05-11 00:30:27 +08:00
7 lines
96 B
C++
7 lines
96 B
C++
#include <iostream>
|
|
using namespace std;
|
|
int main(){
|
|
cout <<"Hello World";
|
|
return 0;
|
|
}
|