Skip to content

Instantly share code, notes, and snippets.

@msg7086
Last active December 31, 2015 05:29
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 msg7086/7941064 to your computer and use it in GitHub Desktop.
Save msg7086/7941064 to your computer and use it in GitHub Desktop.
t/92952
<?php
foreach(range(1, 10) as $i)
echo join(' * ', range($i, 1)), ' = ', array_product(range(1, $i)), "\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment