feat: test

This commit is contained in:
sroxck 2024-11-06 10:09:58 +08:00
commit 33b6b78951

5
test.sol Executable file
View File

@ -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 {}