📅  最后修改于: 2022-03-11 15:00:00.638000             🧑  作者: Mango
// SPDX-License-Identifier: MIT
// compiler version must be greater than or equal to 0.7.6 and less than 0.8.0
pragma solidity ^0.7.6;
contract HelloWorld {
string public greet = "Hello World!";
}