//SPDX-License-Identifier: MIT pragma solidity ^0.4.21; contract NewPragma { uint x; function NewPragma() public { x = 5; } }