Last active
October 5, 2021 08:03
-
-
Save sepisoltani/57c58175f827f605b01f10293fdf4a35 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
contract Example { | |
// This will be stored permanently in the blockchain | |
uint myUnsignedInteger = 100; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment