view bin/hello @ 10196:5f9b220a0802

<boily> learn Chicken have capital words. boily leaves them.
author HackBot
date Sun, 29 Jan 2017 14:45:06 +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");