Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 588 Bytes

File metadata and controls

26 lines (14 loc) · 588 Bytes

Description

In this assignment, you have a solidity contract. This contract has gaps and comments to guide you on what to implement.

The assignment covers basics of Solidity. It focuses on:

  • Solidity data types and variables
  • Loops and control statements
  • Functions and visibility modifiers
  • View and pure functions

Instructions

Open the contract file located at src/Assignment5.sol and follow the comments to implement the missing logic.

Run Tests:

forge test

Submission

Once all tests pass, commit all your changes to the repo.

Good luck and happy coding!