view bin/hello @ 11031:a8d1c443235e

<__kerbal___> learn Bing Microsoft\'s attempt to hijack Google\'s good ideas
author HackBot
date Wed, 28 Jun 2017 13:40:27 +0000
parents c989a1669243
children
line wrap: on
line source

#!/usr/bin/perl
$c=unpack"C",$ARGV[0];print+($c&1?"H":"h"),"ello",($c&2?"":","),($c&4?" W":" w"),"orld",($c&16?$c&8?",":"!":$c&8?".":""),($c&32?"":"\n");