diff --git a/tig-algorithms/src/satisfiability/template.rs b/tig-algorithms/src/satisfiability/template.rs index eede7543..88e4608a 100644 --- a/tig-algorithms/src/satisfiability/template.rs +++ b/tig-algorithms/src/satisfiability/template.rs @@ -24,4 +24,4 @@ pub fn solve_challenge(challenge: &Challenge) -> Result> { 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