view bin/hello @ 8950:e657ce4e6d80

<oerjan> rm !\\.\xc2\xb4
author HackBot
date Thu, 18 Aug 2016 03:22:46 +0000
parents b7fe90305129
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");