Help for this page
#include <iostream> using namespace std; ... cout << "Hello World!"; return 0; }
#!/usr/bin/perl -w use strict; print "Hello world!\n";