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