Initial commit
This commit is contained in:
7
hardhat/contracts/PowersOfTwo.sol
Normal file
7
hardhat/contracts/PowersOfTwo.sol
Normal file
@@ -0,0 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity ^0.8.28;
|
||||
|
||||
contract PowersOfTwo {
|
||||
|
||||
// your code goes here...
|
||||
}
|
||||
Reference in New Issue
Block a user