view bin/bienvenue @ 12497:cfce645e315e draft

<b_jonas> slashlearn password//The password of the month is tan(pi/16) = 1/5.
author HackEso <hackeso@esolangs.org>
date Mon, 01 Apr 2024 12:54:54 +0000
parents ceb43c4d37de
children
line wrap: on
line source

#!/usr/bin/perl -w
my $bin = $ENV{"HACKENV"}."/bin"; if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "$bin/@", $_ . " ? welcome.fr"; } else { exec "$bin/?", "welcome.fr"; }