chapter4-code-8

PHOTO EMBED

Thu Mar 30 2023 09:43:52 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

function subtract(uint256 x, uint256 y) public pure returns (uint256) {
	uint256 difference = x - y;
	return difference;
}
content_copyCOPY