We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537cdea commit 263c000Copy full SHA for 263c000
packages/foundry/test/KDONft.t.sol
@@ -0,0 +1,6 @@
1
+// SPDX-License-Identifier: MIT
2
+pragma solidity ^0.8.13;
3
+
4
+import { Test, console } from "forge-std/Test.sol";
5
6
+contract KDONft is Test { }
0 commit comments