Created
September 13, 2021 11:02
-
-
Save xfgusta/ef249cb1b165c495edb9539507fb75e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use v5.16; | |
say sub {$_[0] ? $_[0] * __SUB__->($_[0] - 1) : 1}->($ARGV[0]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment