diff --git a/build-container/hello.py b/build-container/hello.py index d2f2403..7e6ed44 100644 --- a/build-container/hello.py +++ b/build-container/hello.py @@ -1,7 +1,7 @@ # This file is used fo testing measurements within containers def hello(): - print('Hello, World!!') + print('Hello, World!!!') if __name__ == '__main__': hello()