diff --git a/func.py b/func.py index 3c814e9..ccbe9da 100644 --- a/func.py +++ b/func.py @@ -10,3 +10,9 @@ def untested(): def more_untested(): return "hello world" + +def even_more_untested(): + return "blue is the new red" + + +