Skip to content

Instantly share code, notes, and snippets.

View benjioh5's full-sized avatar
📲
Now Coding

Benjamin Hyo-keun Oh benjioh5

📲
Now Coding
View GitHub Profile

Keybase proof

I hereby claim:

  • I am benjioh5 on github.
  • I am benjioh5 (https://keybase.io/benjioh5) on keybase.
  • I have a public key ASDf6izldFWC9hgGqDdDK4ZAr6Gxd2pziz5KTd-FItp_Ewo

To claim this, I am signing this object:

@benjioh5
benjioh5 / 1_Storage.sol
Created December 15, 2020 07:37
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.12+commit.27d51765.js&optimize=false&runs=200&gist=
pragma solidity >=0.4.22 <0.7.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
uint256 number;