根据chatGPT写的代码:

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

contract HelloWorld {
    function sayHello() public pure returns (string memory) {
        return "Hello world from Zed";
    }
}

新键一个file,HelloWorld.sol 放入到 remix 里面

点击complie - 成功

点击deploy - 失败