pragma solidity ^0.4.22; contract helloWorld { function renderHelloWorld () public pure returns (string) { return 'Hello, World!'; } }
0.4.18