From 5f98ac5800078bf92ebceb7ac0e3ffdecb2b86a0 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 13 Jun 2016 19:46:53 +0200 Subject: [PATCH] . --- connectfour.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectfour.php b/connectfour.php index 2bda648..685a5a3 100644 --- a/connectfour.php +++ b/connectfour.php @@ -106,7 +106,7 @@ function better_col($board,$me,$opponent,$depth){ $betterScore = $sc -$depth; $betterCol = $i; } - //echo $i." ".$sc."\n"; + echo $i." ".$sc."\n"; } }