chapter25-code-1

PHOTO EMBED

Thu Mar 30 2023 11:37:52 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

contract Parent {
	function theMeaningOfLife() public pure returns (uint256) {
		return 42;
	}
}

contract Child is Parent {

}
content_copyCOPY