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