From 29e6f160c6bc888ab6da83b7bffc867f36b14bc4 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Wed, 7 Sep 2022 11:57:57 -0700 Subject: [PATCH] It's a script. --- implementations/Python/simplejoy.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 implementations/Python/simplejoy.py diff --git a/implementations/Python/simplejoy.py b/implementations/Python/simplejoy.py old mode 100644 new mode 100755 index 986e31e..cb547b3 --- a/implementations/Python/simplejoy.py +++ b/implementations/Python/simplejoy.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright © 2022 Simon Forman