Created
December 22, 2022 17:49
-
-
Save z0r0z/ebd62b7f229ff41962d62339830711f1 to your computer and use it in GitHub Desktop.
Solidity implementation of The Game.
This file contains 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.4; | |
contract TheGame { | |
// Nothing to see here yet. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment