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