aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacky Anderson <packy@cpan.org>2024-08-12 23:08:30 -0400
committerPacky Anderson <packy@cpan.org>2024-08-12 23:08:30 -0400
commite1cbecb3b1eb4c06c9ea29f09d71a471d88b21e9 (patch)
tree8c7f96f77aa8b6948f3f6829aac0b03cb93a1e3e
parentc5e5ffdec72cea29ad64440de819a20f3f98385c (diff)
downloadperlweeklychallenge-club-e1cbecb3b1eb4c06c9ea29f09d71a471d88b21e9.tar.gz
perlweeklychallenge-club-e1cbecb3b1eb4c06c9ea29f09d71a471d88b21e9.tar.bz2
perlweeklychallenge-club-e1cbecb3b1eb4c06c9ea29f09d71a471d88b21e9.zip
Challenge 282 typo fix
-rwxr-xr-xchallenge-282/packy-anderson/python/ch-1.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-282/packy-anderson/python/ch-1.py b/challenge-282/packy-anderson/python/ch-1.py
index 5621b9550a..9c7a56daf7 100755
--- a/challenge-282/packy-anderson/python/ch-1.py
+++ b/challenge-282/packy-anderson/python/ch-1.py
@@ -1,7 +1,5 @@
#!/usr/bin/env python
-#!/usr/bin/env python
-
def goodInteger(intVal):
chars = list(str(intVal))
good = chars.pop(0)