AbsolutelyNothing.sol 122 Bytes EditWeb IDE 1 2 3 4 5 6 7 pragma solidity ^0.8.9; contract AbsolutelyNothing { function doAbsolutelyNothing() public { return; } }