chapter18-code-2

PHOTO EMBED

Thu Mar 30 2023 11:27:35 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

contract ExampleContract{
	function meaningOfLifeAndAllExistence() public pure returns (bytes memory) {
		return msg.data;
	}
}
content_copyCOPY