hacktoberfest-2018/code/vimuDeshan.cpp
2018-10-10 10:34:02 +01:00

9 lines
106 B
C++

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