Hello World

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.7;

contract HelloWorld {
    string public message = "Hello World!";
}

Remix 尝试一下?!

Last updated

Was this helpful?