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"; } }