Sudden Death Challenge: Event 4
$s = "6882463283678273808479" for($i=0; $i -lt ($s.length/2); $i++) {write-host -noNew ([char][int]$s.substring(($i*2),2))}
#result
DR. SCRIPTO
If you repeat it [$CRIPT] it!
$s = "6882463283678273808479" for($i=0; $i -lt ($s.length/2); $i++) {write-host -noNew ([char][int]$s.substring(($i*2),2))}
#result
DR. SCRIPTO
Posted by Shay Levy at 2/28/2008 12:15:00 PM
Labels: PowerShell, Scripting Games 2008
No comments:
Post a Comment