Guest User

Untitled

a guest
Nov 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. pragma solidity ^0.4.24;
  2.  
  3. contract C {
  4. uint8 constant x = 137;
  5. uint y;
  6. constructor () public {
  7. y = 1 + x;
  8. }
  9. }
Add Comment
Please, Sign In to add comment