The complete code for the Hello World interface (the hello-world.idl file), written in IDL, is:
hello-world.idl
module HelloWorld {
interface world {
string hello();
};