From d1d3e472ccc09aea4e20559cf9fc28ec6cd6fc67 Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Sun, 12 May 2024 13:19:22 +0800 Subject: [PATCH] Remove tests from template. --- tig-algorithms/src/satisfiability/template.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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