hacktoberfest-2018/code/Ayush-Mahajan.cpp

10 lines
95 B
C++
Raw Permalink Normal View History

2018-10-07 20:11:45 +00:00
#include<iostream>
using namespace::std;
int main()
{
cout << "hello world";
return 0;
}