mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 22:13:47 +00:00
6 lines
No EOL
73 B
Solidity
6 lines
No EOL
73 B
Solidity
// SPDX-License-Identifier: MIT
|
|
pragma solidity ^0.8.26;
|
|
|
|
contract C {
|
|
|
|
} |