pragma solidity ^0.4.11; contract helloWorld { function renderHelloWorld () returns (string) { return 'helloWorld'; } }