contract ExampleContract { function helloWorld() public pure returns (string memory) { return "Hello, world!"; } }