aboutsummaryrefslogtreecommitdiff
path: root/challenge-006
diff options
context:
space:
mode:
authork-mx <cppfero@gmail.com>2019-05-05 14:26:48 +0500
committerk-mx <cppfero@gmail.com>2019-05-05 14:26:48 +0500
commit3c750ebd8a6fe8ec3450ede07331e4aaf889c758 (patch)
tree391c2b4b8dc5a2286fc26d5ba5c8f5a9f819f5f8 /challenge-006
parent856a8461e727ec9f0438049be699cdca8410a80b (diff)
downloadperlweeklychallenge-club-3c750ebd8a6fe8ec3450ede07331e4aaf889c758.tar.gz
perlweeklychallenge-club-3c750ebd8a6fe8ec3450ede07331e4aaf889c758.tar.bz2
perlweeklychallenge-club-3c750ebd8a6fe8ec3450ede07331e4aaf889c758.zip
no declarations, strict and warnings removed
Diffstat (limited to 'challenge-006')
-rwxr-xr-xchallenge-006/maxim-kolodyazhny/perl5/ch-2.pl4
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 );