contract ContractExecutor{ export function execute(e){ var ret = executeContract("HelloWorld","hello","?"); print(ret); return ret; } }