pragma solidity ^0.5.0; contract HelloWorld { function helloWorld() public pure returns (string memory) { return 'Hello World o/'; } }