mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-25 05:57:57 +00:00
e07d0f0cb7
- Move npm package from paritytech/js-revive - Rename package to `@parity/resolc`
11 lines
212 B
Solidity
11 lines
212 B
Solidity
// SPDX-License-Identifier: GPL-3.0
|
|
pragma solidity ^9999;
|
|
|
|
/**
|
|
* @title Storage
|
|
* @dev Store & retrieve value in a variable
|
|
* @custom:dev-run-script ./scripts/deploy_with_ethers.ts
|
|
*/
|
|
contract BadPragma {
|
|
}
|