From e16f5d79265127f605b56e6188f69927cb74e086 Mon Sep 17 00:00:00 2001 From: James Garriss <52328727+james-garriss@users.noreply.github.com> Date: Wed, 24 Jan 2024 07:43:08 -0500 Subject: [PATCH] add print to Charlie branch --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 52455cf..a42adc5 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ # This simple Python script prints Hello World. print("Hello, world!") print("This is the bob branch!") +print("This is the charlie branch!")