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