From d2f06a5262fa2a4e54f4141d27d7e53ec8a67077 Mon Sep 17 00:00:00 2001 From: sroxck <642261686@qq.com> Date: Mon, 4 Nov 2024 20:44:12 +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 {}