aboutsummaryrefslogtreecommitdiff
path: root/challenge-096/abigail/python/ch-2.py
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-096/abigail/python/ch-2.py')
-rwxr-xr-x[-rw-r--r--]challenge-096/abigail/python/ch-2.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/challenge-096/abigail/python/ch-2.py b/challenge-096/abigail/python/ch-2.py
index deaeff14cf..2e24e442f8 100644..100755
--- a/challenge-096/abigail/python/ch-2.py
+++ b/challenge-096/abigail/python/ch-2.py
@@ -1,3 +1,13 @@
+#!/opt/local/bin/python
+
+#
+# See ../README.md
+#
+
+#
+# Run as: python ch-2.py < input-file
+#
+
import fileinput
def LevenshteinDistance (first, second):