DEV Community

a-parris21
a-parris21

Posted on

First post!

include

//#include

int main()
{
std::cout << "Hello Reader!\n";
std::cout << "Please see my bio." << std::endl;

return 0;
}

Top comments (1)

Collapse
 
katafrakt profile image
Paweł Świątkowski

hello 👋