Skip to content

Instantly share code, notes, and snippets.

@EricReiche
Created November 18, 2013 18:10
Show Gist options
  • Save EricReiche/7532510 to your computer and use it in GitHub Desktop.
Save EricReiche/7532510 to your computer and use it in GitHub Desktop.
Stöckchenziehen für Programmierer
Bedroom selection order:
<?php
$names = [
'Artem',
'Andrey',
'Valera',
'Thomas',
'Eric'
];
shuffle($names);
print_r($names);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment