Skip to content

Instantly share code, notes, and snippets.

@nunofernandes-plight
Created December 19, 2019 15:24
Show Gist options
  • Save nunofernandes-plight/fb90806a14fef52ae2e97cee808162e8 to your computer and use it in GitHub Desktop.
Save nunofernandes-plight/fb90806a14fef52ae2e97cee808162e8 to your computer and use it in GitHub Desktop.
Learning Solidity
pragma solidity ^0.5.12;
contract first_smart {
string public fsc = "first smart contract";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment