rinze32
Results
1
issues of
rinze32
Truffle v5.5.20 Ganache 2.5.4 Reproducible: Yes Create new project then open cmd `truffle init` add Sample.sol contract ``` // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract Sample { uint256 public balance;...