Created
October 24, 2025 16:07
-
-
Save k26dr/f2ec60a3f8bf6a672a5caeb3b756dd9c to your computer and use it in GitHub Desktop.
TheBook
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.0; | |
| contract TheBook { | |
| function book(string calldata name, string calldata text) external {} | |
| } | |
| kedar@kedar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment