Skip to content

Commit

Permalink
fixed missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudynetwork committed Dec 5, 2013
1 parent f731499 commit 7787915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

$x=1;
$y=2;
$z=$x+$y
$z=$x+$y;
echo $z;
?>

Expand Down

0 comments on commit 7787915

Please sign in to comment.