I have removed everything from my remix IDE, except the following:
pragma solidity ^0.6.6;
contract daily_unlimited_deFitasy{
}
And yet I am still getting the following error when attempting to compile:
Invalid input source specified
Why am I getting this error?