Skip to content

Instantly share code, notes, and snippets.

View pxng0lin's full-sized avatar
🏠
Working... From Earth

pxng0lin pxng0lin

🏠
Working... From Earth
View GitHub Profile

Keybase proof

I hereby claim:

  • I am pxng0lin on github.
  • I am pxng0lin (https://keybase.io/pxng0lin) on keybase.
  • I have a public key ASDzLKXfYsf3Duj1BWHw9qifibmvG9ctm9toqGw_GmZD-wo

To claim this, I am signing this object:

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract RockPaperScissors {
// game state
address public owner;
address public player;
string private pMove;
string private cMove;
string public gameResult;