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