Created
November 9, 2021 07:22
-
-
Save perymerdeka/72a44f552ee08d9db4b806e48a6e80a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
// compiler version must be greater than or equal to 0.8.3 and less than 0.9.0 | |
pragma solidity ^0.8.3; | |
contract HelloWorld { | |
string public greet = "Hello World!"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment