From fd1ce45b9b8c4ff1c1d2b94a4b40ab9ae714080c Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Mon, 17 Sep 2018 09:44:46 +0800 Subject: [PATCH] initial --- BuildCubeE.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 BuildCubeE.py diff --git a/BuildCubeE.py b/BuildCubeE.py new file mode 100755 index 0000000..1db1b12 --- /dev/null +++ b/BuildCubeE.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +print('there, done!') \ No newline at end of file