Hello world!
#include <iostream>
using namespace std;
int main()
{
cout << “Hello world!” << endl;
return 0;
}
#include <iostream>
using namespace std;
int main()
{
cout << “Hello world!” << endl;
return 0;
}
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.