contract Hello{ export function hello(arg){ return "world"; } }