hacktoberfest-2018/code/Ayush-Mahajan.cpp

10 lines
95 B
C++
Raw Normal View History

2018-10-08 01:41:45 +05:30
#include<iostream>
using namespace::std;
int main()
{
cout << "hello world";
return 0;
}