index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-011
/
jo-37
/
perl
/
ch-2.pl
blob: 6006211af52b889a254fb15ac50a7615ae5a387a (
plain
)
1
2
3
4
5
6
7
#!/usr/bin/perl
use
v5
.16
;
use
warnings
;
use
PDL
;
say
identity
(
shift
);