From b7841592f919ec3a70d4c59a34c168a70ad602e6 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Tue, 10 Jan 2023 17:22:27 +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 55e185e..d65b1e6 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ Contains the following modules, * serviceregistry Depends on [test-java-lib](https://github.com/sourcegraph-testing/test-java-lib) to show a dependency on another library. +Hello World