First Code

write first c++ code here:

[codesyntax lang=“cpp” tab_width=“4”]

1
2
3
4
5
6
7
8
9
#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.