Skip to content

Instantly share code, notes, and snippets.

@Karnak19
Created October 17, 2018 10:09
Show Gist options
  • Select an option

  • Save Karnak19/7dd40df35d2abcd3c13ed4398f5f056a to your computer and use it in GitHub Desktop.

Select an option

Save Karnak19/7dd40df35d2abcd3c13ed4398f5f056a to your computer and use it in GitHub Desktop.
<?php
function writeSecretSentence(string $param_1, string $param_2): string {
return "$param_1 s'incline face à $param_2";
}
echo writeSecretSentence("Le mammouth", "la glace");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment