1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-02 16:12:39 +00:00
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;
}