From b4827c25351018761a86598dd5dac4ae2d041331 Mon Sep 17 00:00:00 2001 From: Nilai Vemula Date: Thu, 14 May 2020 04:32:26 -0500 Subject: [PATCH] Update pycellfit.py --- pycellfit/pycellfit.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pycellfit/pycellfit.py b/pycellfit/pycellfit.py index de3babd..a6591d5 100644 --- a/pycellfit/pycellfit.py +++ b/pycellfit/pycellfit.py @@ -5,3 +5,11 @@ def hello(): print("Hello World!") return "hello new" + +def hello2(): + """ + simple hello world2 function to test initial commit + """ + + print("Hello World!2") + return "hello new"