7 lines
127 B
Solidity
7 lines
127 B
Solidity
// SPDX-License-Identifier: UNLICENSED
|
|
pragma solidity ^0.8.13;
|
|
|
|
import "forge-std/Test.sol";
|
|
|
|
contract CounterTest is Test {}
|