Combination Lock
January 21, 2025 ยท View on GitHub
A seemingly simple combination lock stands between you and glory.
Your Mission:
- Submit a combination of three distinct numbers between 1 and 255 (inclusively) from the test file.
- Confirm your success by running
forge test --mp test/exploits/combination-lock/CombinationLock.t.sol. - To win, you must achieve the lowest possible sum.
Author: @passandscore