pragma solidity ^0.5.0; contract Executable { uint public x; constructor() public { x = 5; } }