chapter7-code-1

PHOTO EMBED

Thu Mar 30 2023 09:49:44 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

contract ExampleContract {

	function useArrayForUint256(uint256[] calldata input) public pure returns (uint256[] memory) {
		return input;
	}
}
content_copyCOPY