From 33b6b7895150d88bac0ccdbd9f91695cf8a8dc95 Mon Sep 17 00:00:00 2001 From: sroxck <642261686@qq.com> Date: Wed, 6 Nov 2024 10:09:58 +0800 Subject: [PATCH] feat: test --- test.sol | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test.sol 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 {}