Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 548 Bytes

File metadata and controls

21 lines (15 loc) · 548 Bytes

Hello World

pragma指定Solidity的编译器版本。

// SPDX-License-Identifier: MIT
// compiler version must be greater than or equal to 0.8.17 and less than 0.9.0
pragma solidity ^0.8.17;
    
contract HelloWorld {
string public greet = "Hello World!";
}

关注我们

Yanbo的TwitterWeb3Club的Twitter

加入Web3Club 官方讨论群:YanboTravelAllWorld(微信号)

加入我们