From de04b96377fd332504963ac953f7e7543f9b6556 Mon Sep 17 00:00:00 2001 From: jerrypan-oh Date: Tue, 29 Nov 2022 15:23:41 -0500 Subject: [PATCH] hi world --- hello/helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/helloworld.py b/hello/helloworld.py index f1a1813..daab7e0 100644 --- a/hello/helloworld.py +++ b/hello/helloworld.py @@ -1 +1 @@ -print("Hello world!") +print("hi world!")