Skip to content

Instantly share code, notes, and snippets.

@xfgusta
Created September 13, 2021 11:02
Show Gist options
  • Save xfgusta/ef249cb1b165c495edb9539507fb75e7 to your computer and use it in GitHub Desktop.
Save xfgusta/ef249cb1b165c495edb9539507fb75e7 to your computer and use it in GitHub Desktop.
#!/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