DEV Community

Ruturaj Biswal
Ruturaj Biswal

Posted on

Hello dev World!

include

int main()
{
std::cout<<"Hello dev World!";
return 0;
}

Top comments (0)