diff options
author | Guillermo Ramos | 2019-07-01 13:53:37 +0200 |
---|---|---|
committer | Guillermo Ramos | 2019-07-01 13:53:37 +0200 |
commit | d916ca90c354b29cc1b0953508e9601576a4fd1e (patch) | |
tree | f1997d85fb0736cfb0abdf4cb534f81df8220df3 /007/ch1.pl | |
parent | 85d335507fbb74df316bd5831e621e1a37884c35 (diff) | |
download | perlweekly-d916ca90c354b29cc1b0953508e9601576a4fd1e.tar.gz |
[all] Formatting, missing comments in header, etc
Diffstat (limited to '007/ch1.pl')
-rwxr-xr-x | 007/ch1.pl | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ #!/usr/bin/env perl +# +# Print all the niven numbers from 0 to 50 inclusive, each on their own line. A +# niven number is a non-negative number that is divisible by the sum of its +# digits +################################################################################ use strict; use warnings; |