summaryrefslogtreecommitdiffstats
path: root/1.pl
diff options
context:
space:
mode:
Diffstat (limited to '1.pl')
-rwxr-xr-x1.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/1.pl b/1.pl
deleted file mode 100755
index 85a8faa..0000000
--- a/1.pl
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/perl
-use warnings;
-
-$t+=(!($_%5&& $_%3)?$_:0)for(1..999);
-print "$t\n";