Skip to content

Instantly share code, notes, and snippets.

@sepisoltani
Created August 30, 2021 12:01
Show Gist options
  • Save sepisoltani/31263b26e7c30d7deff94e662cac4e22 to your computer and use it in GitHub Desktop.
Save sepisoltani/31263b26e7c30d7deff94e662cac4e22 to your computer and use it in GitHub Desktop.
 Solidity1.sol
// SPDX-License-Identifier: MIT
pragma solidity >0.5.2;
contract Sepehr {
uint256 = 10;
uint32 = 10;
uint26 = 10;
uint8 = 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment