From 199cf9d56efe62cb8c92fb0d74c485d06dc1e10c Mon Sep 17 00:00:00 2001 From: Steve Dong Date: Wed, 28 Nov 2018 11:15:03 +0800 Subject: [PATCH] hello world --- helloworld.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..da70bed --- /dev/null +++ b/helloworld.py @@ -0,0 +1,2 @@ +#/usr/bin/env python +print("Hello World!")