summaryrefslogtreecommitdiff
path: root/009/ch1.pl
diff options
context:
space:
mode:
authorGuillermo Ramos2019-07-01 13:53:37 +0200
committerGuillermo Ramos2019-07-01 13:53:37 +0200
commitd916ca90c354b29cc1b0953508e9601576a4fd1e (patch)
treef1997d85fb0736cfb0abdf4cb534f81df8220df3 /009/ch1.pl
parent85d335507fbb74df316bd5831e621e1a37884c35 (diff)
downloadperlweekly-d916ca90c354b29cc1b0953508e9601576a4fd1e.tar.gz
[all] Formatting, missing comments in header, etc
Diffstat (limited to '009/ch1.pl')
-rwxr-xr-x009/ch1.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/009/ch1.pl b/009/ch1.pl
index e98223d..12147ce 100755
--- a/009/ch1.pl
+++ b/009/ch1.pl
@@ -1,4 +1,8 @@
#!/usr/bin/env perl
+#
+# Write a script that finds the first square number that has at least 5 distinct
+# digits
+################################################################################
use strict;
use warnings;