From 0be72ab3a66c921b2b6cf71cba9bcdf535869d74 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Mon, 9 Jan 2023 09:06:51 +0000 Subject: [PATCH] Append Hello World to all README.md files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab896a9..e5496e1 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Example of a simple java library Hello World 2 +Hello World UPDATED