In this code, i would cover all of challenge that served by Rareskills. Include writing solidity code and also ensure the code running as well.
Lets in this folder, we have src/Add/Add.sol
and test/Add/Add.t.sol
.
To run this code, make sure the contract would be named as AddTest
. If we would like to test our code, lets run with
forge test --mc AddTest