hacktoberfest-2018/code/Ayush-Mahajan.cpp
2018-10-08 17:52:42 +01:00

10 lines
95 B
C++

#include<iostream>
using namespace::std;
int main()
{
cout << "hello world";
return 0;
}