view bin/hello @ 10546:24f5e2c75966

<moonythedwarf> le//rn rust//Rust is C++, but Python, but Extensible, but Memory safe, but designed by the makers of haskell
author HackBot
date Thu, 30 Mar 2017 20:41:12 +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");