From 0ca3d85f5a7e88b43d2502b00e9c79ac19d45497 Mon Sep 17 00:00:00 2001 From: Darius Bacon Date: Fri, 29 Nov 2013 20:59:41 -0300 Subject: [PATCH] Make Norvig's submission work with the test script. (It was skipped, plus it would fail without the #!.) --- 04-code-golf/tf-04-pn.py | 1 + 1 file changed, 1 insertion(+) diff --git a/04-code-golf/tf-04-pn.py b/04-code-golf/tf-04-pn.py index 87c6b3e..3071f64 100755 --- a/04-code-golf/tf-04-pn.py +++ b/04-code-golf/tf-04-pn.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # My golf score is slightly lower! # Best wishes, Peter Norvig