1 2 3 4 5 6 7
// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity >=0.6.6; contract Dapp { function modified() public {} }