pragma solidity >=0.8.0 <0.9.0; interface Face { function stare(uint a, uint b) external; function cry() external; }