Skip to content

Instantly share code, notes, and snippets.

@mafrasi2
Created May 28, 2018 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mafrasi2/39726ff72baf17587baefede8c7cdc7c to your computer and use it in GitHub Desktop.
Save mafrasi2/39726ff72baf17587baefede8c7cdc7c to your computer and use it in GitHub Desktop.
contract Test {
uint public x = 0;
function constructor() public {
x = 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment