Skip to content

Instantly share code, notes, and snippets.

@alexandrebl
Created February 24, 2024 03:15
Show Gist options
  • Select an option

  • Save alexandrebl/522adc8bc74a1f73e356ebb122c5ed71 to your computer and use it in GitHub Desktop.

Select an option

Save alexandrebl/522adc8bc74a1f73e356ebb122c5ed71 to your computer and use it in GitHub Desktop.
//SPDX-License-Identifier: MIT
pragma solidity 0.8.14;
contract MyContract {
string public ourString = "Hello World";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment