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 --- 007/ch1.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to '007/ch1.pl') 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; -- cgit v1.2.3