
// C++ : Mon premier programme

#include "definitions.h"

main ()
{
   Print (" Hello World");
}
