Skip to content

Instantly share code, notes, and snippets.

@sepisoltani
Created October 6, 2021 08:38
Show Gist options
  • Save sepisoltani/b2ccb9f146d67940e1ea19474988cc20 to your computer and use it in GitHub Desktop.
Save sepisoltani/b2ccb9f146d67940e1ea19474988cc20 to your computer and use it in GitHub Desktop.
contract Example{
string x = "hello";
function sayHello() public returns (string memory) {
return x;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment