Skip to content

Instantly share code, notes, and snippets.

@Lucbm99

Lucbm99/ex3.php Secret

Created September 7, 2021 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lucbm99/15f2cc0764ae3f3d543d51f8ab8d2618 to your computer and use it in GitHub Desktop.
Save Lucbm99/15f2cc0764ae3f3d543d51f8ab8d2618 to your computer and use it in GitHub Desktop.
<?php
$produtos = ["Molho de tomate", "Feijão", "Mandioca", "Abobrinha"];
echo $produtos[3];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment