well, one problem is that you should be using a backlash instead of a slash in the print statement:
print "Hello World\n";
although it should still print something, you just won't have a newline at the end (it will appear in front of your shell prompt).