# install foundry
curl -L https://foundry.paradigm.xyz | bash

# clone the rareskills solidity exercises
git clone https://github.com/RareSkills/Solidity-Exercises.git

# clone the practice problems
git clone https://github.com/rareSkills/solidity-exercises.git

# go to the first problem
cd solidity-exercises/EverythingWorks

# test the setup
forge test