feat: test

This commit is contained in:
sroxck 2024-11-04 20:44:12 +08:00
commit d2f06a5262

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