Created
February 24, 2024 03:15
-
-
Save alexandrebl/522adc8bc74a1f73e356ebb122c5ed71 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 | |
| pragma solidity 0.8.14; | |
| contract MyContract { | |
| string public ourString = "Hello World"; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment