chapter7-code-9

PHOTO EMBED

Thu Mar 30 2023 09:54:03 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

contract ExampleContract {
	
	function echo(string calldata input) public pure returns (string memory) {
		return input;
	}
}
content_copyCOPY