Commit 72efac92 authored by Juan C's avatar Juan C Committed by GitHub

Update packages/contracts-bedrock/src/L1/Counter.sol

parent 6dfeea6b
......@@ -7,8 +7,4 @@ contract Counter {
function setNumber(uint256 newNumber) public {
number = newNumber;
}
function increment() public {
number++;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment