diff --git a/README.md b/README.md index 12e0689..4335096 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # ibl_code_camp_tutorials -This repo containss my_module.py, it does something interesting! \ No newline at end of file +This repo containss my_module.py, it does something interesting! + +# check for conflict + +test2 \ No newline at end of file diff --git a/my_module.py b/my_module.py index 3856160..94d678f 100644 --- a/my_module.py +++ b/my_module.py @@ -1,3 +1,6 @@ print('Hello World!') print("Here's something interesting:\n") -# Add lines here, let's make this script do something ineterting!! +print("Ineterting is not a word") +# Add lines here, let's make this script do something ineterting!! +print('Foo Bar') +print('Hello gitkraken')