Skip to content

Instantly share code, notes, and snippets.

@z0r0z
Created December 22, 2022 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z0r0z/ebd62b7f229ff41962d62339830711f1 to your computer and use it in GitHub Desktop.
Save z0r0z/ebd62b7f229ff41962d62339830711f1 to your computer and use it in GitHub Desktop.
Solidity implementation of The Game.
// 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