Created
September 11, 2022 11:24
-
-
Save BedrosovaYulia/a36463ebf60892595bba812b9231a407 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Указание лицензии | |
// SPDX-License-Identifier: MIT | |
//директива компилятору - какая версия компилятора требуется для компиляции данного смарт-контракта | |
pragma solidity 0.8.15; | |
//контракт, его название, тело контракто должно быть заключено в фигурные скобки | |
contract Granny { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment