← Code LabSolidity0/50 solved · 0%
Types · easy

2. Numbers & uint

Unsigned integers and basic arithmetic.

Add a `uint256 public count` and a function `increment()` that adds 1 to it.
Required in your answer: uint256 public countcount += 1function increment