changeset 8837:f5f1d22db5a4

<wob_jonas> `` e=bin/hello;>$e echo $\'#!/usr/bin/perl\\n\'\'$c=unpack"C",$ARGV[0];print+($c&1?"H":"h"),"ello",($c&2?"":","),($c&4?" W":" w"),"orld",($c&16?"!":$c&8?".":""),($c&32?"":"\\n");\'
author HackBot
date Sun, 24 Jul 2016 11:18:29 +0000
parents c59e0c6ac011
children b7fe90305129
files bin/hello
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/hello	Sun Jul 24 11:09:32 2016 +0000
+++ b/bin/hello	Sun Jul 24 11:18:29 2016 +0000
@@ -1,2 +1,2 @@
 #!/usr/bin/perl
-$c=unpack"C",pack"h2",$ARGV[0];print+($c&1?"H":"h"),"ello",($c&2?"":","),($c&4?" W":" w"),"orld",($c&16?"!":$c&8?".":""),($c&32?"":"\n");
+$c=unpack"C",$ARGV[0];print+($c&1?"H":"h"),"ello",($c&2?"":","),($c&4?" W":" w"),"orld",($c&16?"!":$c&8?".":""),($c&32?"":"\n");