Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
emrancu authored Jan 6, 2017
1 parent 849c7ec commit 75d397e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyramitd by php.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php
$col=11;
$row=($col*2)+1;
$start=(($row)/2)-1;
$start=(($row)/2);
$amountofstar=1;
for($i=1;$i<=$col;$i++){

Expand All @@ -23,4 +23,4 @@
}
?>

</div>
</div>

0 comments on commit 75d397e

Please sign in to comment.