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