From f85d1d37cbf45d20ff86151e5d5bcd14dc90c787 Mon Sep 17 00:00:00 2001 From: Jean-Paul Noel Date: Mon, 2 Sep 2019 17:59:04 -0400 Subject: [PATCH] gitflow-feature-stash: Chris Again chris --- my_module.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/my_module.py b/my_module.py index 3856160..c446ab8 100644 --- a/my_module.py +++ b/my_module.py @@ -1,3 +1,5 @@ print('Hello World!') print("Here's something interesting:\n") # Add lines here, let's make this script do something ineterting!! +print("hey this is Chris") +print("Chris again") \ No newline at end of file