diff options
Diffstat (limited to 'sun')
-rwxr-xr-x | sun | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/usr/bin/env perl +# https://michelanders.blogspot.com/2010/12/calulating-sunrise-and-sunset-in-python.html + use strict; use utf8; |