Created
October 5, 2021 09:43
-
-
Save sepisoltani/e6b9bccce9d01eb39a814ef0e7fb5da7 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{ | |
function eatHotDogs(string memory _name, uint _amount) public { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment