hacktoberfest-2018/code/vimuDeshan.cpp

9 lines
106 B
C++

#include <iostream>
using namespace std;
int main()
{
cout <<"\nHello World"<< endl;
return 0;
}