Skip to content

Commit

Permalink
Fixed easy issue 3(PHP) fork-commit-merge#1594
Browse files Browse the repository at this point in the history
  • Loading branch information
Fshahnaj committed Nov 29, 2023
1 parent 1bfda32 commit dfae165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/php/easy/array.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
$data = ['Pizza', 'Chicken', 'Beef', 'Rice', 'Bread'];

// TODO: Display data "Beef" from the array
echo $data[2];
?>

0 comments on commit dfae165

Please sign in to comment.