Closed panditdhamdhere closed 1 month ago
In Array.sol file last function should be external pure changed
function examples() external { // create array in memory, only fixed size can be created uint256[] memory a = new uint256[](5); }
In Array.sol file last function should be external pure changed