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