Hey fam i was coding a Token but i dont know what im doing wrong Remix-Ethereum showing me this Error : Lalafinu.sol:32:1: ParserError: Expected '{' but got 'ILLEGAL'
function totalSupply() external view returns (uint256);
^
This is the part
pragma solidity >=0.7.0 <0.9.0;
interface IERC20
function totalSupply() external view returns (uint256);