Hello World
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
contract HelloWorld {
string public message = "Hello World!";
}在 Remix 尝试一下?!
Last updated
Was this helpful?
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
contract HelloWorld {
string public message = "Hello World!";
}在 Remix 尝试一下?!
Last updated
Was this helpful?
Was this helpful?