verifier_42-contract-lab/test/VerifierTest.sol
verifier_42 1489e5e7db
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
Add new test for Verifier contract
2026-04-19 09:25:27 +00:00

5 lines
73 B
Solidity

pragma solidity ^0.8.19;
contract VerifierTest {
// Test functions
}