diff options
| -rwxr-xr-x | challenge-006/maxim-kolodyazhny/perl5/ch-2.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/challenge-006/maxim-kolodyazhny/perl5/ch-2.pl b/challenge-006/maxim-kolodyazhny/perl5/ch-2.pl index ff3bc8aa53..668d797feb 100755 --- a/challenge-006/maxim-kolodyazhny/perl5/ch-2.pl +++ b/challenge-006/maxim-kolodyazhny/perl5/ch-2.pl @@ -1,10 +1,6 @@ #!/usr/bin/env perl -use strict; -use warnings; - use v5.028.1; - use bigrat qw(bexp PI); say bexp( PI * sqrt(163), 80 ); |
