Skip to content

Instantly share code, notes, and snippets.

@BramEsposito
Created June 24, 2016 19:11
Show Gist options
  • Save BramEsposito/6b6c439db033764afd36dffe17f7ff5f to your computer and use it in GitHub Desktop.
Save BramEsposito/6b6c439db033764afd36dffe17f7ff5f to your computer and use it in GitHub Desktop.
<?php
for ($i=0;$i<20;$i++) {
print("032 ".ri().ri().ri()." ".ri().ri()." ".ri().ri()." ".ri().ri())."\n";
}
function ri() {
return rand(0,9);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment