summaryrefslogtreecommitdiff
path: root/007/ch1.pl
diff options
context:
space:
mode:
Diffstat (limited to '007/ch1.pl')
-rwxr-xr-x007/ch1.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/007/ch1.pl b/007/ch1.pl
index 8102da6..490ced4 100755
--- a/007/ch1.pl
+++ b/007/ch1.pl
@@ -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;