User talk:Duyanning

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
#include <iostream>
int main()
{
    std::cout << "Hello, everyone!\n";
}