pragma solidity ^0.4.24; contract HelloWorld { function render () public pure returns (string) { return 'Hello World'; } }