You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Majority of ethereum contracts hold logic divide this logic into functions which users can specify and call to execute a particular logic without clashing into the other
*
* The task is to write within the `MAIN` macro below, huff code that mimics 2 solidity functions.
* - One named `foo()` that simply returns 2,
* - the second named `bar()` that simply returns 3.
*
* NOTICE: The contract should revert when an unrecognized function is called