From b738276519134f24392109710d049dae2fb6d377 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 22 May 2017 01:28:54 +1000 Subject: [PATCH] Hopes are high --- test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..646530d --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ +#!/bin/python2.7 + +print "I hope this works :D"