From ec1738917d239b06b74de208b0e40de6e9637da2 Mon Sep 17 00:00:00 2001 From: Taseer Date: Mon, 12 Nov 2018 11:55:47 +0100 Subject: [PATCH] First commit in Sandbox repo. Change-Id: I4648404960624175611d255fda0524cb7b7d5d11 --- hello-world.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello-world.py diff --git a/hello-world.py b/hello-world.py new file mode 100644 index 000000000..ba8a136ae --- /dev/null +++ b/hello-world.py @@ -0,0 +1,3 @@ +print "Hello World! We are here at OpenStack Summit" + +print "If this code gets merged! Would we become ATC and be called up on the next Sumit?"