i always liked the c++ way of doing things


#include <iostream.h>

int main (){
cout>>"Hello world\n";
return 0;}

i haven't tried it in linux so i don't even know if i'm right!