c:
#include <stdio.h> int main () { printf("hello, c"); }
python:
print "Hello, python"
ocaml:
Printf.printf "Hello, caml";;