From af533e6c50d2a930594985202eb80c1df8118b64 Mon Sep 17 00:00:00 2001 From: shubhankar105 <70092185+shubhankar105@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:50:45 -0800 Subject: [PATCH] Run this Program --- hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.py b/hello_world.py index bf0da5d..c6981b6 100644 --- a/hello_world.py +++ b/hello_world.py @@ -18,7 +18,7 @@ def generate_html(message): return html def greet(): - greeting = 'Welcome to CI/CD' + greeting = 'Welcome to CI&CD' return greeting @app.route('/')