From 68285d25c4637fe578e4a522836579c7bf3e5605 Mon Sep 17 00:00:00 2001 From: "Robert.Engineer" Date: Wed, 30 Apr 2014 11:17:03 -0400 Subject: [PATCH] This is the subject of the commit message And this is the body. This can be multiple lines --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..a968078 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print 'hello world'