//SPDX-License-Identifier: MIT pragma solidity ^0.5.0; contract Version5Pragma { uint x; constructor() public { x = 5; } }