diff options
Diffstat (limited to '009/ch1.pl')
-rwxr-xr-x | 009/ch1.pl | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |