Remove tests from template.

This commit is contained in:
FiveMovesAhead 2024-05-12 13:19:22 +08:00
parent 0e061bc893
commit d1d3e472cc

View File

@ -24,4 +24,4 @@ pub fn solve_challenge(challenge: &Challenge) -> Result<Option<Solution>> {
Err(anyhow!("Not implemented"))
}
// do not include any tests in this file, it will result in your submission being rejected
// Important! Do not include any tests in this file, it will result in your submission being rejected