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