Skip to content

Instantly share code, notes, and snippets.

@sepisoltani
Created October 5, 2021 09:43
Show Gist options
  • Save sepisoltani/e6b9bccce9d01eb39a814ef0e7fb5da7 to your computer and use it in GitHub Desktop.
Save sepisoltani/e6b9bccce9d01eb39a814ef0e7fb5da7 to your computer and use it in GitHub Desktop.
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