From d916ca90c354b29cc1b0953508e9601576a4fd1e Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Mon, 1 Jul 2019 13:53:37 +0200 Subject: [all] Formatting, missing comments in header, etc --- 009/ch1.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to '009/ch1.pl') 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; -- cgit v1.2.3