From 17fbd7ab00a1a7d81f818365e7924dbbc2b4d9bd Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Thu, 11 Feb 2016 18:43:32 +0100 Subject: [PATCH] Initial commit --- main.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..d6b6575 --- /dev/null +++ b/main.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +print("#hashcode2016")