if(widgetStylesPrinted != true) {document.write('');}var widgetStylesPrinted = true;var content = '
HelloWorld.cpp
cpp
#include <stdio.h>
#include <stdlib.h>
 
void main()
{
int x = 0;
 
while(x <= 4)
{
cout << x << endl;
}
 
cout << "Hello World";
}
';document.write(content);