Files
lab6/hardhat/contracts/PowersOfTwo.sol
2026-03-26 16:17:30 +01:00

8 lines
114 B
Solidity

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.28;
contract PowersOfTwo {
// your code goes here...
}