diff --git a/index.php b/index.php index 9c368f7..e99fc5e 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ $x=1; $y=2; -$z=$x+$y +$z=$x+$y; echo $z; ?>