Created
August 17, 2022 21:45
-
-
Save Philogy/f03d628c860f55ca112ff1cfd5eda977 to your computer and use it in GitHub Desktop.
Huff Challenge #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define macro MAIN() = takes(0) returns(0) { | |
returndatasize calldataload // [x] | |
not // [~x] | |
0x1 and // [even] | |
returndatasize mstore // [] | |
msize returndatasize return // [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment