mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-13 10:41:05 +00:00
add fibonacci implementations to integration tests
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -4,7 +4,7 @@ pragma solidity ^0.8.24;
|
||||
contract Flipper {
|
||||
bool coin;
|
||||
|
||||
function flip() public payable {
|
||||
function flip() public {
|
||||
coin = !coin;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user