commit d2f06a5262fa2a4e54f4141d27d7e53ec8a67077 Author: sroxck <642261686@qq.com> Date: Mon Nov 4 20:44:12 2024 +0800 feat: test diff --git a/test.sol b/test.sol new file mode 100755 index 0000000..90aa0cb --- /dev/null +++ b/test.sol @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: GPL-3.0 +pragma solidity >=0.4.16 <0.9.0; +import "openzeppelin-solidity/contracts/math/SafeMath.sol"; +import "./SroxckToken.sol"; +contract Exchange {}