First Code

write first c++ code here:
1
2
3
4
5
6
7
8
9
10
#include<iostream>
#include<string>
using namespace std;
int main()
{
cout << "Hello my first code!" << endl;
cout << "this codeSyntax looks great!" << endl;
return 0;
}

I use WP-synhighlight plugin to do this. I like it.