commit 33b6b7895150d88bac0ccdbd9f91695cf8a8dc95 Author: sroxck <642261686@qq.com> Date: Wed Nov 6 10:09:58 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 {}