hacktoberfest-2018/code/akag98.cpp

7 lines
86 B
C++
Raw Normal View History

2018-10-07 15:52:46 +00:00
#include<iostream>
using namespace std;
int main(){
cout<<"Hello World"<<endl;
}