view bin/hello @ 12332:4be08e8c2b14 draft

<b_jonas> le/rn_append california//. WARNING: The area of California is made of chemicals known to the State of California to cause cancer and birth defects or other reproductive harm.
author HackEso <hackeso@esolangs.org>
date Fri, 29 May 2020 17:06:20 +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");