diff options
author | Ben Sima <ben@bsima.me> | 2019-11-03 10:33:23 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-03 10:33:23 -0800 |
commit | 658c74339f75e520436a207fe7ce3bda6769311f (patch) | |
tree | 5cea6b4cfae021ffeb6b2c99306f84fb97be900e /sun | |
parent | 04a7ffb8b18511001d42a45849485ffff733bef8 (diff) |
note about python version
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; |