chapter11-code-4

PHOTO EMBED

Thu Mar 30 2023 10:05:12 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

contract BrokenContract {

	function wontWork() public view {
		mapping(uint256 => uint256) someMap;
	}
}
content_copyCOPY