Skip to content

Instantly share code, notes, and snippets.

@walle89
Last active December 15, 2015 22:09
Show Gist options
  • Save walle89/5330901 to your computer and use it in GitHub Desktop.
Save walle89/5330901 to your computer and use it in GitHub Desktop.
Tejer, kör koden nedan och följ instruktionerna. Happy hunting!
<?php
$ascii_chars = array(68,117,32,104,97,114,32,110,117,32,97,118,107,111,100,97,116,32,109,105,103,44,32,71,114,97,116,116,105,115,33,10,75,111,110,116,97,107,116,97,32,109,105,103,32,103,101,110,111,109,32,97,116,116,32,114,105,110,103,97,32,48,55,48,51,32,45,32,53,50,32,53,50,32,51,55,32,101,108,108,101,114,32,109,97,105,108,97,32,116,105,108,108,32,116,106,101,106,101,114,75,97,110,80,114,111,103,114,97,109,109,101,114,97,64,119,97,108,108,109,97,110,100,101,114,46,110,117,32,111,99,104,32,10,98,101,114,195,164,116,116,97,32,104,117,114,32,100,117,32,103,106,111,114,100,101,32,115,97,109,116,32,98,101,115,116,195,164,109,109,97,32,118,97,114,44,32,110,195,164,114,32,111,99,104,32,104,117,114,32,118,105,32,115,107,97,32,104,97,32,118,195,165,114,32,102,195,182,114,115,116,97,32,100,101,106,116,46,32,58,41,10,);
foreach($ascii_chars as $char)
echo chr($char);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment