Guest User

Untitled

a guest
Oct 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. pragma solidity ^0.4.17;
  2.  
  3. contract check
  4. {
  5.  
  6. uint public x;
  7.  
  8. function abc() public
  9. {
  10. x = x + 1;
  11. }
  12. }
Add Comment
Please, Sign In to add comment