nkrishang / huff-puzzles-solutions

Solutions to Huff lang puzzles by @AmadiMichaels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solutions to Huff puzzles by Rareskills

Source: "A series of puzzles that go from very easy to more difficult so that you can have a hands-on introduction to the huff language and learn EVM bytecode while doing it."

I've just learnt Huff and solutions are likely imperfect / inefficient. If you improve on them, please let me know! I'd love to learn too.

Run the code

Solutions in /src, tests for solutions' correctness in /test.

Install dependencies:

forge install

Run tests:

forge test

About

Solutions to Huff lang puzzles by @AmadiMichaels

License:GNU General Public License v3.0


Languages

Language:Solidity 100.0%