Skip to content

Instantly share code, notes, and snippets.

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